/ThreadX-v6.2.1/common_smp/src/ |
D | tx_thread_delete.c | 131 _tx_thread_created_count--; in _tx_thread_delete() 134 if (_tx_thread_created_count == TX_EMPTY) in _tx_thread_delete()
|
D | tx_thread_initialize.c | 94 ULONG _tx_thread_created_count; variable 387 _tx_thread_created_count = TX_EMPTY; in _tx_thread_initialize()
|
D | tx_thread_create.c | 240 if (_tx_thread_created_count == TX_EMPTY) in _tx_thread_create() 265 _tx_thread_created_count++; in _tx_thread_create()
|
D | txe_thread_create.c | 146 for (i = ((ULONG) 0); i < _tx_thread_created_count; i++) in _txe_thread_create()
|
/ThreadX-v6.2.1/common/src/ |
D | tx_thread_delete.c | 131 _tx_thread_created_count--; in _tx_thread_delete() 134 if (_tx_thread_created_count == TX_EMPTY) in _tx_thread_delete()
|
D | tx_thread_initialize.c | 65 ULONG _tx_thread_created_count; variable 357 _tx_thread_created_count = TX_EMPTY; in _tx_thread_initialize()
|
D | tx_thread_create.c | 226 if (_tx_thread_created_count == TX_EMPTY) in _tx_thread_create() 251 _tx_thread_created_count++; in _tx_thread_create()
|
D | txe_thread_create.c | 146 for (i = ((ULONG) 0); i < _tx_thread_created_count; i++) in _txe_thread_create()
|
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/src/ |
D | tx_ghs.c | 24 extern ULONG _tx_thread_created_count; 437 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 475 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_a8/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_a5/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_r4/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_a9/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_m7/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_r5/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_r7/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_m4/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_a7/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports/cortex_m3/ghs/src/ |
D | tx_ghs.c | 22 extern ULONG _tx_thread_created_count; 425 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 463 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/src/ |
D | tx_ghs.c | 24 extern ULONG _tx_thread_created_count; 442 if (!_tx_thread_created_count) in _txs_thread_stack_check_2() 480 if (!_tx_thread_created_count) in _txs_thread_stack_check_2_fixup()
|
/ThreadX-v6.2.1/common_modules/module_manager/src/ |
D | txm_module_manager_thread_create.c | 153 for (i = 0; i < _tx_thread_created_count; i++) in _txm_module_manager_thread_create() 481 if (_tx_thread_created_count == TX_EMPTY) in _txm_module_manager_thread_create() 506 _tx_thread_created_count++; in _txm_module_manager_thread_create()
|
D | txm_module_manager_object_pointer_get_extended.c | 151 while (i < _tx_thread_created_count) in _txm_module_manager_object_pointer_get_extended()
|
D | txm_module_manager_stop.c | 307 i = _tx_thread_created_count; in _txm_module_manager_stop()
|
/ThreadX-v6.2.1/utility/execution_profile_kit/ |
D | tx_execution_profile.c | 76 extern ULONG _tx_thread_created_count; 795 total_threads = _tx_thread_created_count; in _tx_execution_thread_total_time_reset()
|
/ThreadX-v6.2.1/utility/execution_profile_kit/smp_version/ |
D | tx_execution_profile.c | 74 extern ULONG _tx_thread_created_count; 731 total_threads = _tx_thread_created_count; in _tx_execution_thread_total_time_reset()
|