Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_performance_info_get.c127 *puts = semaphore_ptr -> tx_semaphore_performance_put_count; in _tx_semaphore_performance_info_get()
Dtx_semaphore_put.c99 semaphore_ptr -> tx_semaphore_performance_put_count++; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c105 semaphore_ptr -> tx_semaphore_performance_put_count++; in _tx_semaphore_ceiling_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_performance_info_get.c127 *puts = semaphore_ptr -> tx_semaphore_performance_put_count; in _tx_semaphore_performance_info_get()
Dtx_semaphore_put.c99 semaphore_ptr -> tx_semaphore_performance_put_count++; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c105 semaphore_ptr -> tx_semaphore_performance_put_count++; in _tx_semaphore_ceiling_put()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_information_test.c232 …if ((status != TX_SUCCESS) || (puts != semaphore_0.tx_semaphore_performance_put_count) || (gets !=… in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_information_test.c232 …if ((status != TX_SUCCESS) || (puts != semaphore_0.tx_semaphore_performance_put_count) || (gets !=… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1089 ULONG tx_semaphore_performance_put_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1068 ULONG tx_semaphore_performance_put_count; member