Home
last modified time | relevance | path

Searched refs:_tx_semaphore_performance_suspension_count (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_initialize.c59 ULONG _tx_semaphore_performance_suspension_count; variable
127 _tx_semaphore_performance_suspension_count = ((ULONG) 0); in _tx_semaphore_initialize()
Dtx_semaphore_performance_system_info_get.c118 *suspensions = _tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_system_info_get()
Dtx_semaphore_get.c140 _tx_semaphore_performance_suspension_count++; in _tx_semaphore_get()
/ThreadX-v6.4.1/common/src/
Dtx_semaphore_initialize.c59 ULONG _tx_semaphore_performance_suspension_count; variable
127 _tx_semaphore_performance_suspension_count = ((ULONG) 0); in _tx_semaphore_initialize()
Dtx_semaphore_performance_system_info_get.c118 *suspensions = _tx_semaphore_performance_suspension_count; in _tx_semaphore_performance_system_info_get()
Dtx_semaphore_get.c140 _tx_semaphore_performance_suspension_count++; in _tx_semaphore_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_semaphore.h73 _tx_semaphore_performance_suspension_count = ((ULONG) 0); \
126 SEMAPHORE_DECLARE ULONG _tx_semaphore_performance_suspension_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_semaphore.h73 _tx_semaphore_performance_suspension_count = ((ULONG) 0); \
126 SEMAPHORE_DECLARE ULONG _tx_semaphore_performance_suspension_count; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_information_test.c247 …(suspensions != _tx_semaphore_performance_suspension_count) || (timeouts != _tx_semaphore_performa… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_information_test.c247 …(suspensions != _tx_semaphore_performance_suspension_count) || (timeouts != _tx_semaphore_performa… in thread_0_entry()