Home
last modified time | relevance | path

Searched refs:TX_NO_EVENTS (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_suspension_timeout_test.c224 if (status != TX_NO_EVENTS) in thread_1_entry()
248 if (status != TX_NO_EVENTS) in thread_2_entry()
272 if (status != TX_NO_EVENTS) in thread_3_entry()
Dthreadx_event_flag_information_test.c146 if (status != TX_NO_EVENTS) in thread_0_entry()
158 if (status != TX_NO_EVENTS) in thread_0_entry()
170 if (status != TX_NO_EVENTS) in thread_0_entry()
182 if (status != TX_NO_EVENTS) in thread_0_entry()
268 if (status != TX_NO_EVENTS) in thread_0_entry()
Dthreadx_event_flag_thread_terminate_test.c206 if (status != TX_NO_EVENTS) in thread_1_entry()
230 if (status != TX_NO_EVENTS) in thread_2_entry()
Dthreadx_event_flag_basic_test.c502 if (status != TX_NO_EVENTS) in thread_0_entry()
514 if (status != TX_NO_EVENTS) in thread_0_entry()
526 if (status != TX_NO_EVENTS) in thread_0_entry()
538 if (status != TX_NO_EVENTS) in thread_0_entry()
624 if (status != TX_NO_EVENTS) in thread_0_entry()
Dthreadx_event_flag_single_thread_terminate_test.c327 if (status != TX_NO_EVENTS) in thread_2_entry()
Dthreadx_event_flag_isr_set_clear_test.c107 if (status != TX_NO_EVENTS) in test_isr()
Dtestcontrol.c1078 if (status != TX_NO_EVENTS) in tx_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_event_flag_suspension_timeout_test.c215 if (status != TX_NO_EVENTS) in thread_1_entry()
239 if (status != TX_NO_EVENTS) in thread_2_entry()
263 if (status != TX_NO_EVENTS) in thread_3_entry()
Dthreadx_event_flag_information_test.c146 if (status != TX_NO_EVENTS) in thread_0_entry()
158 if (status != TX_NO_EVENTS) in thread_0_entry()
170 if (status != TX_NO_EVENTS) in thread_0_entry()
182 if (status != TX_NO_EVENTS) in thread_0_entry()
268 if (status != TX_NO_EVENTS) in thread_0_entry()
Dthreadx_event_flag_thread_terminate_test.c206 if (status != TX_NO_EVENTS) in thread_1_entry()
230 if (status != TX_NO_EVENTS) in thread_2_entry()
Dthreadx_event_flag_basic_test.c502 if (status != TX_NO_EVENTS) in thread_0_entry()
514 if (status != TX_NO_EVENTS) in thread_0_entry()
526 if (status != TX_NO_EVENTS) in thread_0_entry()
538 if (status != TX_NO_EVENTS) in thread_0_entry()
624 if (status != TX_NO_EVENTS) in thread_0_entry()
Dthreadx_event_flag_single_thread_terminate_test.c327 if (status != TX_NO_EVENTS) in thread_2_entry()
Dthreadx_event_flag_isr_set_clear_test.c106 if (status != TX_NO_EVENTS) in test_isr()
Dtestcontrol.c1204 if (status != TX_NO_EVENTS) in tx_application_define()
/ThreadX-v6.3.0/common/src/
Dtx_event_flags_get.c288 status = TX_NO_EVENTS; in _tx_event_flags_get()
397 status = TX_NO_EVENTS; in _tx_event_flags_get()
Dtx_event_flags_cleanup.c205 thread_ptr -> tx_thread_suspend_status = TX_NO_EVENTS; in _tx_event_flags_cleanup()
/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_get.c288 status = TX_NO_EVENTS; in _tx_event_flags_get()
397 status = TX_NO_EVENTS; in _tx_event_flags_get()
Dtx_event_flags_cleanup.c205 thread_ptr -> tx_thread_suspend_status = TX_NO_EVENTS; in _tx_event_flags_cleanup()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h214 #define TX_NO_EVENTS ((UINT) 0x07) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h213 #define TX_NO_EVENTS ((UINT) 0x07) macro