/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_thread_basic_time_slice_test.c | 12 static void thread_0_entry(ULONG thread_input); 33 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 50 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_simple_sleep_test.c | 12 static void thread_0_entry(ULONG thread_input); 38 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 55 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_simple_sleep_non_clear_test.c | 13 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 59 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_interrupt_control_test.c | 13 static void thread_0_entry(ULONG thread_input); 39 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 57 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_time_get_set_test.c | 16 static void thread_0_entry(ULONG thread_input); 37 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 55 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_simple_suspend_test.c | 15 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_wait_abort_test.c | 15 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_semaphore_timeout_test.c | 15 static void thread_0_entry(ULONG thread_input); 48 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 103 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_create_preemption_threshold_test.c | 18 static void thread_0_entry(ULONG thread_input); 72 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 91 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_mutex_no_preemption_test.c | 19 static void thread_0_entry(ULONG thread_input); 46 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 88 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_time_slice_change_test.c | 16 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_simple_sleep_test.c | 12 static void thread_0_entry(ULONG thread_input); 38 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 55 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_simple_sleep_non_clear_test.c | 13 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 59 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_interrupt_control_test.c | 13 static void thread_0_entry(ULONG thread_input); 39 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 57 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_time_get_set_test.c | 17 static void thread_0_entry(ULONG thread_input); 38 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 56 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_basic_time_slice_test.c | 15 static void thread_0_entry(ULONG thread_input); 41 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 64 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_simple_suspend_test.c | 15 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_smp_one_thread_dynamic_exclusion_test.c | 19 static void thread_0_entry(ULONG thread_input); 49 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in test_application_define() 80 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_wait_abort_test.c | 15 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_basic_execution_test.c | 57 static void thread_0_entry(ULONG task_input); 83 status = tx_thread_create(&thread_1, "thread 1", thread_0_entry, 1, in timer_entry() 128 status = tx_thread_create(&thread_1, "thread 1", thread_0_entry, 1, in test_isr() 251 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 280 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function 340 status += tx_thread_create(&thread_memory.thread_block, "thread memory", thread_0_entry, 1, in thread_0_entry() 366 status = tx_thread_create(TX_NULL, "thread 0", thread_0_entry, 1, in thread_0_entry() 380 status = _txe_thread_create(&thread_3, "thread 3", thread_0_entry, 1, in thread_0_entry() 408 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in thread_0_entry() 421 status = tx_thread_create(&thread_1, "thread 1", thread_0_entry, 1, in thread_0_entry() [all …]
|
D | threadx_semaphore_timeout_test.c | 15 static void thread_0_entry(ULONG thread_input); 48 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 103 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_create_preemption_threshold_test.c | 18 static void thread_0_entry(ULONG thread_input); 72 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 91 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_mutex_no_preemption_test.c | 19 static void thread_0_entry(ULONG thread_input); 46 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 88 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_mutex_preemption_test.c | 19 static void thread_0_entry(ULONG thread_input); 46 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 88 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|
D | threadx_thread_time_slice_change_test.c | 16 static void thread_0_entry(ULONG thread_input); 42 status = tx_thread_create(&thread_0, "thread 0", thread_0_entry, 1, in test_application_define() 73 static void thread_0_entry(ULONG thread_input) in thread_0_entry() function
|