Home
last modified time | relevance | path

Searched refs:wait_option (Results 1 – 25 of 46) sorted by relevance

12

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_get.c76 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() argument
103 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_se… in _tx_semaphore_get()
120 else if (wait_option != TX_NO_WAIT) in _tx_semaphore_get()
195 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
205 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _tx_semaphore_get()
Dtxe_semaphore_get.c76 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
109 if (wait_option != TX_NO_WAIT) in _txe_semaphore_get()
144 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtxe_block_allocate.c80 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() argument
121 if (wait_option != TX_NO_WAIT) in _txe_block_allocate()
156 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
Dtxe_queue_front_send.c78 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() argument
119 if (wait_option != TX_NO_WAIT) in _txe_queue_front_send()
154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
Dtxe_queue_receive.c80 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
121 if (wait_option != TX_NO_WAIT) in _txe_queue_receive()
156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() argument
119 if (wait_option != TX_NO_WAIT) in _txe_queue_send()
154 status = _tx_queue_send(queue_ptr, source_ptr, wait_option); in _txe_queue_send()
Dtxe_mutex_get.c79 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get() argument
111 if (wait_option != TX_NO_WAIT) in _txe_mutex_get()
164 status = _tx_mutex_get(mutex_ptr, wait_option); in _txe_mutex_get()
Dtxe_event_flags_get.c85 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument
126 if (wait_option != TX_NO_WAIT) in _txe_event_flags_get()
173 …atus = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_option); in _txe_event_flags_get()
Dtxe_byte_allocate.c84 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument
141 if (wait_option != TX_NO_WAIT) in _txe_byte_allocate()
195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_get.c76 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() argument
103 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_se… in _tx_semaphore_get()
120 else if (wait_option != TX_NO_WAIT) in _tx_semaphore_get()
195 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
205 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _tx_semaphore_get()
Dtxe_semaphore_get.c76 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
109 if (wait_option != TX_NO_WAIT) in _txe_semaphore_get()
144 status = _tx_semaphore_get(semaphore_ptr, wait_option); in _txe_semaphore_get()
Dtxe_block_allocate.c80 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() argument
121 if (wait_option != TX_NO_WAIT) in _txe_block_allocate()
156 status = _tx_block_allocate(pool_ptr, block_ptr, wait_option); in _txe_block_allocate()
Dtxe_queue_front_send.c78 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() argument
119 if (wait_option != TX_NO_WAIT) in _txe_queue_front_send()
154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
Dtxe_queue_receive.c80 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
121 if (wait_option != TX_NO_WAIT) in _txe_queue_receive()
156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() argument
119 if (wait_option != TX_NO_WAIT) in _txe_queue_send()
154 status = _tx_queue_send(queue_ptr, source_ptr, wait_option); in _txe_queue_send()
Dtxe_mutex_get.c79 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get() argument
111 if (wait_option != TX_NO_WAIT) in _txe_mutex_get()
164 status = _tx_mutex_get(mutex_ptr, wait_option); in _txe_mutex_get()
Dtxe_event_flags_get.c85 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument
126 if (wait_option != TX_NO_WAIT) in _txe_event_flags_get()
173 …atus = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_option); in _txe_event_flags_get()
Dtxe_byte_allocate.c84 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument
141 if (wait_option != TX_NO_WAIT) in _txe_byte_allocate()
195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_cond_timedwait.c102 ULONG wait_option; in pthread_cond_timedwait() local
116 wait_option = posix_abs_time_to_rel_ticks(abstime); in pthread_cond_timedwait()
118 status = tx_semaphore_get(semaphore_ptr, wait_option); in pthread_cond_timedwait()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_mutex_get.c69 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get() argument
75 …e_kernel_call_dispatcher)(TXM_MUTEX_GET_CALL, (ALIGN_TYPE) mutex_ptr, (ALIGN_TYPE) wait_option, 0); in _txe_mutex_get()
Dtxm_semaphore_get.c69 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
75 …_call_dispatcher)(TXM_SEMAPHORE_GET_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) wait_option, 0); in _txe_semaphore_get()
Dtxm_block_allocate.c73 UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option) in _txe_block_allocate() argument
79 …(TXM_BLOCK_ALLOCATE_CALL, (ALIGN_TYPE) pool_ptr, (ALIGN_TYPE) block_ptr, (ALIGN_TYPE) wait_option); in _txe_block_allocate()
Dtxm_queue_front_send.c71 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() argument
77 …_QUEUE_FRONT_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wait_option); in _txe_queue_front_send()
Dtxm_queue_receive.c73 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
79 …UEUE_RECEIVE_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) destination_ptr, (ALIGN_TYPE) wait_option); in _txe_queue_receive()
Dtxm_queue_send.c71 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() argument
77 …r)(TXM_QUEUE_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wait_option); in _txe_queue_send()

12