Searched refs:_tx_semaphore_create (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/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.3.0/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.3.0/common_smp/inc/ |
| D | tx_api.h | 1255 #define tx_semaphore_create _tx_semaphore_create 1738 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1175 #define tx_semaphore_create _tx_semaphore_create 1699 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|