Home
last modified time | relevance | path

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

12

/ThreadX-v6.3.0/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.3.0/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_receive.c129 status = TX_WAIT_ERROR; in _txe_queue_receive()
144 status = TX_WAIT_ERROR; in _txe_queue_receive()
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_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.3.0/test/tx/regression/
Dthreadx_queue_basic_one_word_test.c100 if (status != TX_WAIT_ERROR) in timer_entry()
111 if (status != TX_WAIT_ERROR) in timer_entry()
122 if (status != TX_WAIT_ERROR) in timer_entry()
174 if (status != TX_WAIT_ERROR) in test_isr()
185 if (status != TX_WAIT_ERROR) in test_isr()
196 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_semaphore_basic_test.c106 if (status != TX_WAIT_ERROR) in timer_entry()
154 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_block_memory_basic_test.c116 if (status != TX_WAIT_ERROR) in timer_entry()
141 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_event_flag_basic_test.c109 if (status != TX_WAIT_ERROR) in timer_entry()
156 if (status != TX_WAIT_ERROR) in test_isr()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_queue_basic_one_word_test.c100 if (status != TX_WAIT_ERROR) in timer_entry()
111 if (status != TX_WAIT_ERROR) in timer_entry()
122 if (status != TX_WAIT_ERROR) in timer_entry()
174 if (status != TX_WAIT_ERROR) in test_isr()
185 if (status != TX_WAIT_ERROR) in test_isr()
196 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_semaphore_basic_test.c106 if (status != TX_WAIT_ERROR) in timer_entry()
154 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_block_memory_basic_test.c116 if (status != TX_WAIT_ERROR) in timer_entry()
141 if (status != TX_WAIT_ERROR) in test_isr()
Dthreadx_event_flag_basic_test.c109 if (status != TX_WAIT_ERROR) in timer_entry()
156 if (status != TX_WAIT_ERROR) in test_isr()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c121 case TX_WAIT_ERROR : in sem_trywait()

12