Home
last modified time | relevance | path

Searched refs:thread_3_entry (Results 1 – 25 of 48) sorted by relevance

12

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_multiple_sleep_test.c21 static void thread_3_entry(ULONG thread_input);
85 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
154 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_relinquish_test.c24 static void thread_3_entry(ULONG thread_input);
92 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
158 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_multiple_time_slice_test.c27 static void thread_3_entry(ULONG thread_input);
97 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
235 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_multiple_non_current_test.c30 static void thread_3_entry(ULONG thread_input);
96 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
210 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_consume_test.c25 static void thread_3_entry(ULONG thread_input);
97 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
259 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_timeout_test.c24 static void thread_3_entry(ULONG thread_input);
74 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
254 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_terminate_delete_test.c31 static void thread_3_entry(ULONG thread_input);
152 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
332 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_test.c27 static void thread_3_entry(ULONG thread_input);
100 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
305 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_byte_memory_suspension_test.c24 static void thread_3_entry(ULONG thread_input);
110 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
349 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_priority_change.c33 static void thread_3_entry(ULONG thread_input);
135 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
340 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_mutex_suspension_timeout_test.c28 static void thread_3_entry(ULONG thread_input);
107 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
282 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_byte_memory_prioritize_test.c49 static void thread_3_entry(ULONG thread_input);
147 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
404 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_mutex_proritize_test.c50 static void thread_3_entry(ULONG thread_input);
149 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
427 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_queue_prioritize.c49 static void thread_3_entry(ULONG thread_input);
155 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
443 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_multiple_sleep_test.c21 static void thread_3_entry(ULONG thread_input);
85 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
154 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_multiple_time_slice_test.c27 static void thread_3_entry(ULONG thread_input);
97 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
235 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_multiple_non_current_test.c30 static void thread_3_entry(ULONG thread_input);
96 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
210 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_consume_test.c25 static void thread_3_entry(ULONG thread_input);
97 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
259 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_timeout_test.c24 static void thread_3_entry(ULONG thread_input);
74 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
245 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_terminate_delete_test.c31 static void thread_3_entry(ULONG thread_input);
152 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
332 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_event_flag_suspension_test.c27 static void thread_3_entry(ULONG thread_input);
100 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 1, in test_application_define()
305 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_byte_memory_suspension_test.c24 static void thread_3_entry(ULONG thread_input);
110 status += tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
349 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_smp_multiple_threads_one_core_test.c36 static void thread_3_entry(ULONG thread_input);
112 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 0, in test_application_define()
271 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_smp_non_trivial_scheduling_test.c30 static void thread_3_entry(ULONG thread_input);
102 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
340 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function
Dthreadx_thread_relinquish_test.c44 static void thread_3_entry(ULONG thread_input);
118 status = tx_thread_create(&thread_3, "thread 3", thread_3_entry, 3, in test_application_define()
267 static void thread_3_entry(ULONG thread_input) in thread_3_entry() function

12