| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_wait_abort_and_isr_test.c | 27 static void timer_0_entry(ULONG timer_input); 146 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 267 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_event_flag_isr_wait_abort_test.c | 42 static void timer_0_entry(ULONG timer_input); 169 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 328 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_event_flag_isr_set_clear_test.c | 42 static void timer_0_entry(ULONG timer_input); 196 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 354 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 108 static void timer_0_entry(ULONG id); 445 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 0, TX_NO_ACTIVATE); in test_application_define() 646 static void timer_0_entry(ULONG id) in timer_0_entry() function
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_wait_abort_and_isr_test.c | 28 static void timer_0_entry(ULONG timer_input); 147 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 268 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_event_flag_isr_wait_abort_test.c | 41 static void timer_0_entry(ULONG timer_input); 168 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 327 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_event_flag_isr_set_clear_test.c | 41 static void timer_0_entry(ULONG timer_input); 195 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 1, TX_AUTO_ACTIVATE); in test_application_define() 353 static void timer_0_entry(ULONG input) in timer_0_entry() function
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 108 static void timer_0_entry(ULONG id); 445 status = tx_timer_create(&timer_0, "timer 0", timer_0_entry, 0, 1, 0, TX_NO_ACTIVATE); in test_application_define() 646 static void timer_0_entry(ULONG id) in timer_0_entry() function
|