Home
last modified time | relevance | path

Searched refs:_txe_semaphore_create (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_semaphore_create.c72 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/
Dtxe_semaphore_create.c81 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/
Dtxe_semaphore_create.c81 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/
Dtx_api.h1486 #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/
Dtx_api.h1395 #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/
Dtxm_module_manager_dispatch.h1711 return_value = (ALIGN_TYPE) _txe_semaphore_create( in _txm_module_manager_tx_semaphore_create_dispatch()