Searched refs:_tx_semaphore_create (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() function
|
D | txe_semaphore_create.c | 203 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() function
|
D | txe_semaphore_create.c | 203 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1260 #define tx_semaphore_create _tx_semaphore_create 1743 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1180 #define tx_semaphore_create _tx_semaphore_create 1704 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
|