Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_get.c75 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() argument
102 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_se… in _tx_semaphore_get()
119 else if (wait_option != TX_NO_WAIT) in _tx_semaphore_get()
194 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
204 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _tx_semaphore_get()
Dtxe_semaphore_get.c75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
108 if (wait_option != TX_NO_WAIT) in _txe_semaphore_get()
143 status = _tx_semaphore_get(semaphore_ptr, 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() argument
120 if (wait_option != TX_NO_WAIT) in _txe_block_allocate()
155 status = _tx_block_allocate(pool_ptr, block_ptr, 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() argument
118 if (wait_option != TX_NO_WAIT) in _txe_queue_front_send()
153 status = _tx_queue_front_send(queue_ptr, source_ptr, 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() argument
120 if (wait_option != TX_NO_WAIT) in _txe_queue_receive()
155 status = _tx_queue_receive(queue_ptr, destination_ptr, 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() argument
118 if (wait_option != TX_NO_WAIT) in _txe_queue_send()
153 status = _tx_queue_send(queue_ptr, source_ptr, wait_option); in _txe_queue_send()
Dtxe_mutex_get.c78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get() argument
110 if (wait_option != TX_NO_WAIT) in _txe_mutex_get()
163 status = _tx_mutex_get(mutex_ptr, wait_option); in _txe_mutex_get()
Dtxe_event_flags_get.c84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument
125 if (wait_option != TX_NO_WAIT) in _txe_event_flags_get()
172 …atus = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_option); in _txe_event_flags_get()
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument
140 if (wait_option != TX_NO_WAIT) in _txe_byte_allocate()
194 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_get.c75 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _tx_semaphore_get() argument
102 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_se… in _tx_semaphore_get()
119 else if (wait_option != TX_NO_WAIT) in _tx_semaphore_get()
194 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
204 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = wait_option; in _tx_semaphore_get()
Dtxe_semaphore_get.c75 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
108 if (wait_option != TX_NO_WAIT) in _txe_semaphore_get()
143 status = _tx_semaphore_get(semaphore_ptr, 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() argument
120 if (wait_option != TX_NO_WAIT) in _txe_block_allocate()
155 status = _tx_block_allocate(pool_ptr, block_ptr, 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() argument
118 if (wait_option != TX_NO_WAIT) in _txe_queue_front_send()
153 status = _tx_queue_front_send(queue_ptr, source_ptr, 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() argument
120 if (wait_option != TX_NO_WAIT) in _txe_queue_receive()
155 status = _tx_queue_receive(queue_ptr, destination_ptr, 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() argument
118 if (wait_option != TX_NO_WAIT) in _txe_queue_send()
153 status = _tx_queue_send(queue_ptr, source_ptr, wait_option); in _txe_queue_send()
Dtxe_mutex_get.c78 UINT _txe_mutex_get(TX_MUTEX *mutex_ptr, ULONG wait_option) in _txe_mutex_get() argument
110 if (wait_option != TX_NO_WAIT) in _txe_mutex_get()
163 status = _tx_mutex_get(mutex_ptr, wait_option); in _txe_mutex_get()
Dtxe_event_flags_get.c84 UINT get_option, ULONG *actual_flags_ptr, ULONG wait_option) in _txe_event_flags_get() argument
125 if (wait_option != TX_NO_WAIT) in _txe_event_flags_get()
172 …atus = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_option); in _txe_event_flags_get()
Dtxe_byte_allocate.c83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument
140 if (wait_option != TX_NO_WAIT) in _txe_byte_allocate()
194 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_timedwait.c101 ULONG wait_option; in pthread_cond_timedwait() local
115 wait_option = posix_abs_time_to_rel_ticks(abstime); in pthread_cond_timedwait()
117 status = tx_semaphore_get(semaphore_ptr, wait_option); in pthread_cond_timedwait()
/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() argument
74 …e_kernel_call_dispatcher)(TXM_MUTEX_GET_CALL, (ALIGN_TYPE) mutex_ptr, (ALIGN_TYPE) wait_option, 0); in _txe_mutex_get()
Dtxm_semaphore_get.c68 UINT _txe_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option) in _txe_semaphore_get() argument
74 …_call_dispatcher)(TXM_SEMAPHORE_GET_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) wait_option, 0); 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() argument
78 …(TXM_BLOCK_ALLOCATE_CALL, (ALIGN_TYPE) pool_ptr, (ALIGN_TYPE) block_ptr, (ALIGN_TYPE) 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() argument
76 …_QUEUE_FRONT_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) 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() argument
78 …UEUE_RECEIVE_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) destination_ptr, (ALIGN_TYPE) 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() argument
76 …r)(TXM_QUEUE_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wait_option); in _txe_queue_send()

12