Searched defs:wait_option (Results 1 – 25 of 42) sorted by relevance
12
| /ThreadX-v6.4.1/common_modules/module_lib/src/ |
| D | txm_mutex_get.c | 68 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
|
| D | txm_semaphore_get.c | 68 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
|
| D | txm_block_allocate.c | 72 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
|
| D | txm_queue_front_send.c | 70 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
|
| D | txm_queue_receive.c | 72 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
|
| D | txm_queue_send.c | 70 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
|
| D | txm_byte_allocate.c | 74 …_txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
|
| D | txm_event_flags_get.c | 76 …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/ |
| D | txe_mutex_get.c | 78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
|
| D | txe_semaphore_get.c | 75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
|
| D | txe_block_allocate.c | 79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
|
| D | txe_queue_front_send.c | 77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
|
| D | txe_queue_receive.c | 79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
|
| D | txe_queue_send.c | 77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
|
| D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
|
| D | txe_event_flags_get.c | 84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | txe_mutex_get.c | 78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get()
|
| D | txe_semaphore_get.c | 75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get()
|
| D | txe_block_allocate.c | 79 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate()
|
| D | txe_queue_front_send.c | 77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send()
|
| D | txe_queue_receive.c | 79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive()
|
| D | txe_queue_send.c | 77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
|
| D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate()
|
| D | txe_event_flags_get.c | 84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_timedwait.c | 101 ULONG wait_option; in pthread_cond_timedwait() local
|
12