Home
last modified time | relevance | path

Searched refs:tx_event_flags_create (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_basic_test.c84 status = tx_event_flags_create(&group_2, "group 2"); in timer_entry()
132 status = tx_event_flags_create(&group_2, "group 2"); in test_isr()
215 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
225 status = tx_event_flags_create(&group_1, "group 1"); in test_application_define()
305 status = tx_event_flags_create(&event_flag_memory.event_flags, "group memory"); in thread_0_entry()
326 status = tx_event_flags_create(TX_NULL, "group 0"); in thread_0_entry()
350 status = tx_event_flags_create(&group_0, "group 0"); in thread_0_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_thread_terminate_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_suspension_different_bits_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_information_test.c71 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
81 status = tx_event_flags_create(&group_1, "group 1"); in test_application_define()
Dthreadx_event_flag_suspension_consume_test.c111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_suspension_timeout_test.c101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_isr_wait_abort_test.c158 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
Dthreadx_event_flag_single_thread_terminate_test.c97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_isr_set_clear_test.c185 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
Dthreadx_trace_basic_test.c192 tx_event_flags_create(&group_0, "event flags group 0"); in test_application_define()
350 tx_event_flags_create(&group_0, "event flags group 0"); in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_event_flag_basic_test.c84 status = tx_event_flags_create(&group_2, "group 2"); in timer_entry()
132 status = tx_event_flags_create(&group_2, "group 2"); in test_isr()
215 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
225 status = tx_event_flags_create(&group_1, "group 1"); in test_application_define()
305 status = tx_event_flags_create(&event_flag_memory.event_flags, "group memory"); in thread_0_entry()
326 status = tx_event_flags_create(TX_NULL, "group 0"); in thread_0_entry()
350 status = tx_event_flags_create(&group_0, "group 0"); in thread_0_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_thread_terminate_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_suspension_different_bits_test.c95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_information_test.c71 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
81 status = tx_event_flags_create(&group_1, "group 1"); in test_application_define()
Dthreadx_event_flag_isr_wait_abort_test.c157 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
Dthreadx_event_flag_suspension_consume_test.c111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_suspension_timeout_test.c101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_single_thread_terminate_test.c97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
Dthreadx_event_flag_isr_set_clear_test.c184 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c99 tx_event_flags_create(&(once_control->event),"once flags"); in pthread_once()
Dpx_pth_create.c226 …retval = tx_event_flags_create(&(pthread_ptr -> signals.signal_event_flags), "posix sigwait event… in pthread_create()
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c118 tx_event_flags_create(&event_flags_0, "event flags 0"); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c118 tx_event_flags_create(&event_flags_0, "event flags 0"); in tx_application_define()

12345678910>>...13