Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_get.c116 status = TX_WAIT_ERROR; in _txe_semaphore_get()
131 status = TX_WAIT_ERROR; in _txe_semaphore_get()
Dtxe_block_allocate.c128 status = TX_WAIT_ERROR; in _txe_block_allocate()
143 status = TX_WAIT_ERROR; in _txe_block_allocate()
Dtxe_queue_front_send.c126 status = TX_WAIT_ERROR; in _txe_queue_front_send()
141 status = TX_WAIT_ERROR; in _txe_queue_front_send()
Dtxe_queue_receive.c128 status = TX_WAIT_ERROR; in _txe_queue_receive()
143 status = TX_WAIT_ERROR; in _txe_queue_receive()
Dtxe_queue_send.c126 status = TX_WAIT_ERROR; in _txe_queue_send()
141 status = TX_WAIT_ERROR; in _txe_queue_send()
Dtxe_mutex_get.c118 status = TX_WAIT_ERROR; in _txe_mutex_get()
133 status = TX_WAIT_ERROR; in _txe_mutex_get()
Dtxe_event_flags_get.c133 status = TX_WAIT_ERROR; in _txe_event_flags_get()
147 status = TX_WAIT_ERROR; in _txe_event_flags_get()
Dtxe_byte_allocate.c148 status = TX_WAIT_ERROR; in _txe_byte_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_get.c116 status = TX_WAIT_ERROR; in _txe_semaphore_get()
131 status = TX_WAIT_ERROR; in _txe_semaphore_get()
Dtxe_block_allocate.c128 status = TX_WAIT_ERROR; in _txe_block_allocate()
143 status = TX_WAIT_ERROR; in _txe_block_allocate()
Dtxe_queue_front_send.c126 status = TX_WAIT_ERROR; in _txe_queue_front_send()
141 status = TX_WAIT_ERROR; in _txe_queue_front_send()
Dtxe_queue_receive.c128 status = TX_WAIT_ERROR; in _txe_queue_receive()
143 status = TX_WAIT_ERROR; in _txe_queue_receive()
Dtxe_queue_send.c126 status = TX_WAIT_ERROR; in _txe_queue_send()
141 status = TX_WAIT_ERROR; in _txe_queue_send()
Dtxe_mutex_get.c118 status = TX_WAIT_ERROR; in _txe_mutex_get()
133 status = TX_WAIT_ERROR; in _txe_mutex_get()
Dtxe_event_flags_get.c133 status = TX_WAIT_ERROR; in _txe_event_flags_get()
147 status = TX_WAIT_ERROR; in _txe_event_flags_get()
Dtxe_byte_allocate.c148 status = TX_WAIT_ERROR; in _txe_byte_allocate()
/ThreadX-v6.4.1/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.4.1/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.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c120 case TX_WAIT_ERROR : in sem_trywait()

12