Home
last modified time | relevance | path

Searched refs:TX_WAIT_ERROR (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtxe_semaphore_get.c117 status = TX_WAIT_ERROR; in _txe_semaphore_get()
132 status = TX_WAIT_ERROR; in _txe_semaphore_get()
Dtxe_block_allocate.c129 status = TX_WAIT_ERROR; in _txe_block_allocate()
144 status = TX_WAIT_ERROR; in _txe_block_allocate()
Dtxe_queue_send.c127 status = TX_WAIT_ERROR; in _txe_queue_send()
142 status = TX_WAIT_ERROR; in _txe_queue_send()
Dtxe_queue_front_send.c127 status = TX_WAIT_ERROR; in _txe_queue_front_send()
142 status = TX_WAIT_ERROR; in _txe_queue_front_send()
Dtxe_queue_receive.c129 status = TX_WAIT_ERROR; in _txe_queue_receive()
144 status = TX_WAIT_ERROR; in _txe_queue_receive()
Dtxe_mutex_get.c119 status = TX_WAIT_ERROR; in _txe_mutex_get()
134 status = TX_WAIT_ERROR; in _txe_mutex_get()
Dtxe_event_flags_get.c134 status = TX_WAIT_ERROR; in _txe_event_flags_get()
148 status = TX_WAIT_ERROR; in _txe_event_flags_get()
Dtxe_byte_allocate.c149 status = TX_WAIT_ERROR; in _txe_byte_allocate()
/ThreadX-v6.2.1/common/src/
Dtxe_semaphore_get.c117 status = TX_WAIT_ERROR; in _txe_semaphore_get()
132 status = TX_WAIT_ERROR; in _txe_semaphore_get()
Dtxe_block_allocate.c129 status = TX_WAIT_ERROR; in _txe_block_allocate()
144 status = TX_WAIT_ERROR; in _txe_block_allocate()
Dtxe_queue_front_send.c127 status = TX_WAIT_ERROR; in _txe_queue_front_send()
142 status = TX_WAIT_ERROR; in _txe_queue_front_send()
Dtxe_queue_receive.c129 status = TX_WAIT_ERROR; in _txe_queue_receive()
144 status = TX_WAIT_ERROR; in _txe_queue_receive()
Dtxe_queue_send.c127 status = TX_WAIT_ERROR; in _txe_queue_send()
142 status = TX_WAIT_ERROR; in _txe_queue_send()
Dtxe_mutex_get.c119 status = TX_WAIT_ERROR; in _txe_mutex_get()
134 status = TX_WAIT_ERROR; in _txe_mutex_get()
Dtxe_event_flags_get.c134 status = TX_WAIT_ERROR; in _txe_event_flags_get()
148 status = TX_WAIT_ERROR; in _txe_event_flags_get()
Dtxe_byte_allocate.c149 status = TX_WAIT_ERROR; in _txe_byte_allocate()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c121 case TX_WAIT_ERROR : in sem_trywait()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h203 #define TX_WAIT_ERROR ((UINT) 0x04) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h202 #define TX_WAIT_ERROR ((UINT) 0x04) macro