| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_event_flag_basic_test.c | 84 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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_thread_terminate_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_information_test.c | 71 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()
|
| D | threadx_event_flag_suspension_consume_test.c | 111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_suspension_timeout_test.c | 101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 158 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_isr_set_clear_test.c | 185 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
|
| D | threadx_trace_basic_test.c | 192 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/ |
| D | threadx_event_flag_basic_test.c | 84 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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_thread_terminate_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 95 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_information_test.c | 71 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()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 157 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
|
| D | threadx_event_flag_suspension_consume_test.c | 111 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_suspension_timeout_test.c | 101 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 97 status = tx_event_flags_create(&group_0, "group 0"); in test_application_define()
|
| D | threadx_event_flag_isr_set_clear_test.c | 184 status = tx_event_flags_create(&event_flags_0, "event_flags 0"); in test_application_define()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_once.c | 99 tx_event_flags_create(&(once_control->event),"once flags"); in pthread_once()
|
| D | px_pth_create.c | 226 …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/ |
| D | sample_threadx.c | 118 tx_event_flags_create(&event_flags_0, "event flags 0"); in tx_application_define()
|
| /ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/ |
| D | demo_threadx.c | 118 tx_event_flags_create(&event_flags_0, "event flags 0"); in tx_application_define()
|