Home
last modified time | relevance | path

Searched refs:tx_event_flags_set_notify (Results 1 – 25 of 127) sorted by relevance

123456

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_basic_test.c236 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
260 status = tx_event_flags_set_notify(&group_0, TX_NULL); in test_application_define()
473 status = tx_event_flags_set_notify(TX_NULL, event_set_notify); in thread_0_entry()
486 status = tx_event_flags_set_notify(&group_2, event_set_notify); in thread_0_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_thread_terminate_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_different_bits_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_consume_test.c122 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_timeout_test.c112 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_isr_wait_abort_test.c180 status = tx_event_flags_set_notify(&event_flags_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_single_thread_terminate_test.c108 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_isr_set_clear_test.c207 status = tx_event_flags_set_notify(&event_flags_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_test.c138 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_event_flag_basic_test.c236 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
260 status = tx_event_flags_set_notify(&group_0, TX_NULL); in test_application_define()
473 status = tx_event_flags_set_notify(TX_NULL, event_set_notify); in thread_0_entry()
486 status = tx_event_flags_set_notify(&group_2, event_set_notify); in thread_0_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_thread_terminate_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_different_bits_test.c106 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_isr_wait_abort_test.c179 status = tx_event_flags_set_notify(&event_flags_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_consume_test.c122 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_timeout_test.c112 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_single_thread_terminate_test.c108 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_isr_set_clear_test.c206 status = tx_event_flags_set_notify(&event_flags_0, event_set_notify); in test_application_define()
Dthreadx_event_flag_suspension_test.c138 status = tx_event_flags_set_notify(&group_0, event_set_notify); in test_application_define()
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk48 ../tx_event_flags_set_notify.c \
234 ./tx_event_flags_set_notify.d \
420 ./tx_event_flags_set_notify.obj \
DccsObjs.opt1 …_performance_system_info_get.obj" "./tx_event_flags_set.obj" "./tx_event_flags_set_notify.obj" "./…
/ThreadX-v6.3.0/ports/linux/gnu/example_build/
Dfile_list.mk105 tx_event_flags_set_notify.c \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c216 tx_event_flags_set_notify(event_flags_0, event_0_notify); in demo_module_start()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c216 tx_event_flags_set_notify(event_flags_0, event_0_notify); in demo_module_start()

123456