| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_semaphore_performance_system_info_get.c | 81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument 102 if (puts != TX_NULL) in _tx_semaphore_performance_system_info_get() 105 *puts = _tx_semaphore_performance_put_count; in _tx_semaphore_performance_system_info_get() 141 if (puts != TX_NULL) in _tx_semaphore_performance_system_info_get()
|
| D | tx_mutex_performance_system_info_get.c | 85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument 107 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get() 110 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get() 160 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_semaphore_performance_info_get.c | 83 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, in _tx_semaphore_performance_info_get() argument 124 if (puts != TX_NULL) in _tx_semaphore_performance_info_get() 127 *puts = semaphore_ptr -> tx_semaphore_performance_put_count; in _tx_semaphore_performance_info_get() 168 else if (puts != TX_NULL) in _tx_semaphore_performance_info_get()
|
| D | tx_mutex_performance_info_get.c | 86 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, in _tx_mutex_performance_info_get() argument 130 if (puts != TX_NULL) in _tx_mutex_performance_info_get() 133 *puts = mutex_ptr -> tx_mutex_performance_put_count; in _tx_mutex_performance_info_get() 185 else if (puts != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_semaphore_performance_system_info_get.c | 81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument 102 if (puts != TX_NULL) in _tx_semaphore_performance_system_info_get() 105 *puts = _tx_semaphore_performance_put_count; in _tx_semaphore_performance_system_info_get() 141 if (puts != TX_NULL) in _tx_semaphore_performance_system_info_get()
|
| D | tx_mutex_performance_system_info_get.c | 85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument 107 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get() 110 *puts = _tx_mutex_performance_put_count; in _tx_mutex_performance_system_info_get() 160 if (puts != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_semaphore_performance_info_get.c | 83 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, in _tx_semaphore_performance_info_get() argument 124 if (puts != TX_NULL) in _tx_semaphore_performance_info_get() 127 *puts = semaphore_ptr -> tx_semaphore_performance_put_count; in _tx_semaphore_performance_info_get() 168 else if (puts != TX_NULL) in _tx_semaphore_performance_info_get()
|
| D | tx_mutex_performance_info_get.c | 86 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, in _tx_mutex_performance_info_get() argument 130 if (puts != TX_NULL) in _tx_mutex_performance_info_get() 133 *puts = mutex_ptr -> tx_mutex_performance_put_count; in _tx_mutex_performance_info_get() 185 else if (puts != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_semaphore_performance_system_info_get.c | 73 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG … in _tx_semaphore_performance_system_info_get() argument 83 …_dispatcher)(TXM_SEMAPHORE_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) puts, (ALIGN_TYPE) gets,… in _tx_semaphore_performance_system_info_get()
|
| D | txm_semaphore_performance_info_get.c | 75 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, ULON… in _tx_semaphore_performance_info_get() argument 86 …PHORE_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) puts, (ALIGN_TYPE) extra… in _tx_semaphore_performance_info_get()
|
| D | txm_mutex_performance_system_info_get.c | 77 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *tim… in _tx_mutex_performance_system_info_get() argument 89 …call_dispatcher)(TXM_MUTEX_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) puts, (ALIGN_TYPE) gets,… in _tx_mutex_performance_system_info_get()
|
| D | txm_mutex_performance_info_get.c | 79 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, ULONG *suspensio… in _tx_mutex_performance_info_get() argument 92 …TXM_MUTEX_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) mutex_ptr, (ALIGN_TYPE) puts, (ALIGN_TYPE) extra… in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1665 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, 1667 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULO… 1730 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get… 1732 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions,…
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1603 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, 1605 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULO… 1691 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get… 1693 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions,…
|
| /ThreadX-v6.2.1/utility/benchmarks/thread_metric/ |
| D | thread_metric_readme.txt | 185 This function puts the previously created binary semaphore.
|