Searched refs:_txe_semaphore_create (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_semaphore_create.c | 72 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT s… in _txe_semaphore_create() function
|
| /ThreadX-v6.2.1/common/src/ |
| D | txe_semaphore_create.c | 81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() function
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_semaphore_create.c | 81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() function
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1486 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… 1742 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1395 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… 1703 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|
| /ThreadX-v6.2.1/common_modules/module_manager/inc/ |
| D | txm_module_manager_dispatch.h | 1711 return_value = (ALIGN_TYPE) _txe_semaphore_create( in _txm_module_manager_tx_semaphore_create_dispatch()
|