Searched refs:_tx_semaphore_info_get (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common/src/ |
D | txe_semaphore_info_get.c | 107 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
|
D | tx_semaphore_info_get.c | 79 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_semaphore_info_get.c | 107 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
|
D | tx_semaphore_info_get.c | 79 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() function
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1263 #define tx_semaphore_info_get _tx_semaphore_info_get 1746 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1183 #define tx_semaphore_info_get _tx_semaphore_info_get 1707 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
|