Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_create.c71 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT s… in _txe_semaphore_create() function
/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_create.c80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_create.c80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() function
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_basic_test.c54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
279 status = _txe_semaphore_create(&semaphore_3, "semaphore 3", 1, (sizeof(TX_SEMAPHORE)+1)); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_basic_test.c54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
279 status = _txe_semaphore_create(&semaphore_3, "semaphore 3", 1, (sizeof(TX_SEMAPHORE)+1)); in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1505 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE…
1761 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1414 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE…
1722 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1710 return_value = (ALIGN_TYPE) _txe_semaphore_create( in _txm_module_manager_tx_semaphore_create_dispatch()