Searched refs:_tx_semaphore_create (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_semaphore_create.c | 75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() function
|
| D | txe_semaphore_create.c | 204 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_semaphore_create.c | 75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() function
|
| D | txe_semaphore_create.c | 204 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1241 #define tx_semaphore_create _tx_semaphore_create 1724 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1161 #define tx_semaphore_create _tx_semaphore_create 1685 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|