/ThreadX-v6.3.0/test/smp/regression/ |
D | threadx_thread_basic_time_slice_test.c | 16 static void thread_1_entry(ULONG thread_input); 45 status += tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 107 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_simple_suspend_test.c | 16 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 93 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_wait_abort_test.c | 16 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 115 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_create_preemption_threshold_test.c | 19 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 126 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_no_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 158 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 146 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_time_slice_change_test.c | 17 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 136 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_semaphore_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 67 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 164 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_sleep_terminate_test.c | 18 static void thread_1_entry(ULONG thread_input); 74 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 163 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_multiple_sleep_test.c | 19 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 120 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_queue_thread_terminate_test.c | 19 static void thread_1_entry(ULONG thread_input); 64 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 162 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_byte_memory_thread_terminate_test.c | 18 static void thread_1_entry(ULONG thread_input); 57 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 157 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_thread_terminate_test.c | 23 static void thread_1_entry(ULONG thread_input); 63 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 169 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
/ThreadX-v6.3.0/test/tx/regression/ |
D | threadx_thread_simple_suspend_test.c | 16 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 93 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_wait_abort_test.c | 16 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 115 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_create_preemption_threshold_test.c | 19 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 126 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_no_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 158 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 146 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_time_slice_change_test.c | 17 static void thread_1_entry(ULONG thread_input); 55 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 136 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_semaphore_preemption_test.c | 20 static void thread_1_entry(ULONG thread_input); 67 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 164 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_multiple_sleep_test.c | 19 static void thread_1_entry(ULONG thread_input); 59 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 120 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_thread_sleep_terminate_test.c | 18 static void thread_1_entry(ULONG thread_input); 74 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 163 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_byte_memory_thread_terminate_test.c | 18 static void thread_1_entry(ULONG thread_input); 57 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 157 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_mutex_thread_terminate_test.c | 23 static void thread_1_entry(ULONG thread_input); 63 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 169 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|
D | threadx_queue_thread_terminate_test.c | 19 static void thread_1_entry(ULONG thread_input); 64 status = tx_thread_create(&thread_1, "thread 1", thread_1_entry, 1, in test_application_define() 162 static void thread_1_entry(ULONG thread_input) in thread_1_entry() function
|