Home
last modified time | relevance | path

Searched defs:wait_option (Results 1 – 25 of 42) sorted by relevance

12

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_mutex_get.c68 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
Dtxm_semaphore_get.c68 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
Dtxm_block_allocate.c72 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
Dtxm_queue_front_send.c70 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
Dtxm_queue_receive.c72 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
Dtxm_queue_send.c70 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
Dtxm_byte_allocate.c74 …_txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
Dtxm_event_flags_get.c76 …OUP *group_ptr, ULONG requested_flags, UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get()
/ThreadX-v6.4.1/common/src/
Dtxe_mutex_get.c78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
Dtxe_semaphore_get.c75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
Dtxe_block_allocate.c79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
Dtxe_queue_front_send.c77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
Dtxe_queue_receive.c79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
Dtxe_queue_send.c77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
Dtxe_event_flags_get.c84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_mutex_get.c78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
Dtxe_semaphore_get.c75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
Dtxe_block_allocate.c79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
Dtxe_queue_front_send.c77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
Dtxe_queue_receive.c79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
Dtxe_queue_send.c77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
Dtxe_event_flags_get.c84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_timedwait.c101 ULONG wait_option; in pthread_cond_timedwait() local

12