| /ThreadX-v6.4.1/common/src/ |
| D | tx_semaphore_get.c | 75 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()
|
| D | txe_semaphore_get.c | 75 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()
|
| 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() 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()
|
| 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() 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()
|
| D | txe_queue_receive.c | 79 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()
|
| D | txe_queue_send.c | 77 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()
|
| D | txe_mutex_get.c | 78 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()
|
| D | txe_event_flags_get.c | 84 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()
|
| D | txe_byte_allocate.c | 83 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/ |
| D | tx_semaphore_get.c | 75 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()
|
| D | txe_semaphore_get.c | 75 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()
|
| 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() 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()
|
| 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() 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()
|
| D | txe_queue_receive.c | 79 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()
|
| D | txe_queue_send.c | 77 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()
|
| D | txe_mutex_get.c | 78 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()
|
| D | txe_event_flags_get.c | 84 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()
|
| D | txe_byte_allocate.c | 83 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/ |
| D | px_cond_timedwait.c | 101 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/ |
| D | txm_mutex_get.c | 68 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()
|
| D | txm_semaphore_get.c | 68 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()
|
| 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() argument 78 …(TXM_BLOCK_ALLOCATE_CALL, (ALIGN_TYPE) pool_ptr, (ALIGN_TYPE) block_ptr, (ALIGN_TYPE) 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() argument 76 …_QUEUE_FRONT_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) 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() argument 78 …UEUE_RECEIVE_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) destination_ptr, (ALIGN_TYPE) 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() argument 76 …r)(TXM_QUEUE_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wait_option); in _txe_queue_send()
|