Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/inc/
Dtx_semaphore.h67 _tx_semaphore_created_count = TX_EMPTY
71 _tx_semaphore_created_count = TX_EMPTY; \
110 SEMAPHORE_DECLARE ULONG _tx_semaphore_created_count; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_semaphore.h67 _tx_semaphore_created_count = TX_EMPTY
71 _tx_semaphore_created_count = TX_EMPTY; \
110 SEMAPHORE_DECLARE ULONG _tx_semaphore_created_count; variable
/ThreadX-v6.3.0/common/src/
Dtx_semaphore_initialize.c43 ULONG _tx_semaphore_created_count; variable
121 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_semaphore_create.c99 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_create()
124 _tx_semaphore_created_count++; in _tx_semaphore_create()
Dtx_semaphore_delete.c108 _tx_semaphore_created_count--; in _tx_semaphore_delete()
111 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_delete()
Dtxe_semaphore_create.c126 for (i = ((ULONG) 0); i < _tx_semaphore_created_count; i++) in _txe_semaphore_create()
Dtx_trace_enable.c309 i = _tx_semaphore_created_count; in _tx_trace_enable()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_initialize.c43 ULONG _tx_semaphore_created_count; variable
121 _tx_semaphore_created_count = TX_EMPTY; in _tx_semaphore_initialize()
Dtx_semaphore_create.c99 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_create()
124 _tx_semaphore_created_count++; in _tx_semaphore_create()
Dtx_semaphore_delete.c108 _tx_semaphore_created_count--; in _tx_semaphore_delete()
111 if (_tx_semaphore_created_count == TX_EMPTY) in _tx_semaphore_delete()
Dtxe_semaphore_create.c126 for (i = ((ULONG) 0); i < _tx_semaphore_created_count; i++) in _txe_semaphore_create()
Dtx_trace_enable.c309 i = _tx_semaphore_created_count; in _tx_trace_enable()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c275 while (i < _tx_semaphore_created_count) in _txm_module_manager_object_pointer_get_extended()
Dtxm_module_manager_stop.c429 i = _tx_semaphore_created_count; in _txm_module_manager_stop()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c379 extern ULONG _tx_semaphore_created_count;
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c420 extern ULONG _tx_semaphore_created_count;