Home
last modified time | relevance | path

Searched refs:thread_1_entry (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_basic_time_slice_test.c16 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
Dthreadx_thread_simple_suspend_test.c16 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
Dthreadx_thread_wait_abort_test.c16 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
Dthreadx_thread_create_preemption_threshold_test.c19 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
Dthreadx_mutex_no_preemption_test.c20 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
Dthreadx_mutex_preemption_test.c20 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
Dthreadx_thread_time_slice_change_test.c17 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
Dthreadx_semaphore_preemption_test.c20 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
Dthreadx_thread_sleep_terminate_test.c18 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
Dthreadx_thread_multiple_sleep_test.c19 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
Dthreadx_queue_thread_terminate_test.c19 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
Dthreadx_byte_memory_thread_terminate_test.c18 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
Dthreadx_mutex_thread_terminate_test.c23 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/
Dthreadx_thread_simple_suspend_test.c16 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
Dthreadx_thread_wait_abort_test.c16 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
Dthreadx_thread_create_preemption_threshold_test.c19 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
Dthreadx_mutex_no_preemption_test.c20 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
Dthreadx_mutex_preemption_test.c20 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
Dthreadx_thread_time_slice_change_test.c17 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
Dthreadx_semaphore_preemption_test.c20 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
Dthreadx_thread_multiple_sleep_test.c19 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
Dthreadx_thread_sleep_terminate_test.c18 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
Dthreadx_byte_memory_thread_terminate_test.c18 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
Dthreadx_mutex_thread_terminate_test.c23 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
Dthreadx_queue_thread_terminate_test.c19 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

12345678910>>...15