Home
last modified time | relevance | path

Searched refs:_tx_semaphore_performance_put_count (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_initialize.c49 ULONG _tx_semaphore_performance_put_count; variable
125 _tx_semaphore_performance_put_count = ((ULONG) 0); in _tx_semaphore_initialize()
Dtx_semaphore_performance_system_info_get.c104 *puts = _tx_semaphore_performance_put_count; in _tx_semaphore_performance_system_info_get()
Dtx_semaphore_put.c95 _tx_semaphore_performance_put_count++; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c101 _tx_semaphore_performance_put_count++; in _tx_semaphore_ceiling_put()
/ThreadX-v6.4.1/common/src/
Dtx_semaphore_initialize.c49 ULONG _tx_semaphore_performance_put_count; variable
125 _tx_semaphore_performance_put_count = ((ULONG) 0); in _tx_semaphore_initialize()
Dtx_semaphore_performance_system_info_get.c104 *puts = _tx_semaphore_performance_put_count; in _tx_semaphore_performance_system_info_get()
Dtx_semaphore_put.c95 _tx_semaphore_performance_put_count++; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c101 _tx_semaphore_performance_put_count++; in _tx_semaphore_ceiling_put()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_semaphore.h71 _tx_semaphore_performance_put_count = ((ULONG) 0); \
116 SEMAPHORE_DECLARE ULONG _tx_semaphore_performance_put_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_semaphore.h71 _tx_semaphore_performance_put_count = ((ULONG) 0); \
116 SEMAPHORE_DECLARE ULONG _tx_semaphore_performance_put_count; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_information_test.c246 …if ((status != TX_SUCCESS) || (puts != _tx_semaphore_performance_put_count) || (gets != _tx_semaph… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_information_test.c246 …if ((status != TX_SUCCESS) || (puts != _tx_semaphore_performance_put_count) || (gets != _tx_semaph… in thread_0_entry()