Home
last modified time | relevance | path

Searched refs:timer_0_entry (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_wait_abort_and_isr_test.c27 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
Dthreadx_event_flag_isr_wait_abort_test.c42 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
Dthreadx_event_flag_isr_set_clear_test.c42 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
Dthreadx_thread_multi_level_preemption_threshold_test.c108 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/
Dthreadx_thread_wait_abort_and_isr_test.c28 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
Dthreadx_event_flag_isr_wait_abort_test.c41 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
Dthreadx_event_flag_isr_set_clear_test.c41 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
Dthreadx_thread_multi_level_preemption_threshold_test.c108 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