Home
last modified time | relevance | path

Searched refs:_tx_semaphore_created_count (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.4.1/common_smp/inc/
Dtx_semaphore.h66 _tx_semaphore_created_count = TX_EMPTY
70 _tx_semaphore_created_count = TX_EMPTY; \
109 SEMAPHORE_DECLARE ULONG _tx_semaphore_created_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_semaphore.h66 _tx_semaphore_created_count = TX_EMPTY
70 _tx_semaphore_created_count = TX_EMPTY; \
109 SEMAPHORE_DECLARE ULONG _tx_semaphore_created_count; variable
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_initialize.c42 ULONG _tx_semaphore_created_count; variable
120 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_semaphore_create.c98 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_create()
123 _tx_semaphore_created_count++; in _tx_semaphore_create()
Dtx_semaphore_delete.c107 _tx_semaphore_created_count--; in _tx_semaphore_delete()
110 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_delete()
Dtxe_semaphore_create.c125 for (i = ((ULONG) 0); i < _tx_semaphore_created_count; i++) in _txe_semaphore_create()
Dtx_trace_enable.c308 i = _tx_semaphore_created_count; in _tx_trace_enable()
/ThreadX-v6.4.1/common/src/
Dtx_semaphore_initialize.c42 ULONG _tx_semaphore_created_count; variable
120 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_semaphore_create.c98 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_create()
123 _tx_semaphore_created_count++; in _tx_semaphore_create()
Dtx_semaphore_delete.c107 _tx_semaphore_created_count--; in _tx_semaphore_delete()
110 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_delete()
Dtxe_semaphore_create.c125 for (i = ((ULONG) 0); i < _tx_semaphore_created_count; i++) in _txe_semaphore_create()
Dtx_trace_enable.c308 i = _tx_semaphore_created_count; in _tx_trace_enable()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c274 while (i < _tx_semaphore_created_count) in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c428 i = _tx_semaphore_created_count; in _txm_module_manager_stop()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c379 extern ULONG _tx_semaphore_created_count;
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c420 extern ULONG _tx_semaphore_created_count;