Home
last modified time | relevance | path

Searched refs:thread_2_entry (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_create_preemption_threshold_test.c20 static void thread_2_entry(ULONG thread_input);
46 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
134 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_thread_multiple_sleep_test.c20 static void thread_2_entry(ULONG thread_input);
72 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
137 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_mutex_thread_terminate_test.c24 static void thread_2_entry(ULONG thread_input);
76 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
185 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_mutex_delete_test.c24 static void thread_2_entry(ULONG thread_input);
76 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
182 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_byte_memory_suspension_timeout_test.c21 static void thread_2_entry(ULONG thread_input);
74 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
173 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_semaphore_delete_test.c24 static void thread_2_entry(ULONG thread_input);
83 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
201 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_semaphore_thread_terminate_test.c24 static void thread_2_entry(ULONG thread_input);
84 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
213 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_event_flag_suspension_different_bits_consume_test.c22 static void thread_2_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
202 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_event_flag_thread_terminate_test.c22 static void thread_2_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
212 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_thread_relinquish_test.c23 static void thread_2_entry(ULONG thread_input);
78 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
142 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_block_memory_suspension_timeout_test.c21 static void thread_2_entry(ULONG thread_input);
73 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
187 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_event_flag_suspension_different_bits_test.c22 static void thread_2_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
205 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_semaphore_non_preemption_test.c24 static void thread_2_entry(ULONG thread_input);
84 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
252 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_thread_multiple_time_slice_test.c25 static void thread_2_entry(ULONG thread_input);
80 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
162 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_create_preemption_threshold_test.c20 static void thread_2_entry(ULONG thread_input);
46 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
134 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_thread_multiple_sleep_test.c20 static void thread_2_entry(ULONG thread_input);
72 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
137 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_mutex_thread_terminate_test.c24 static void thread_2_entry(ULONG thread_input);
76 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
185 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_mutex_delete_test.c24 static void thread_2_entry(ULONG thread_input);
76 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
182 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_byte_memory_suspension_timeout_test.c21 static void thread_2_entry(ULONG thread_input);
74 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
173 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_semaphore_delete_test.c24 static void thread_2_entry(ULONG thread_input);
83 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
201 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_semaphore_thread_terminate_test.c24 static void thread_2_entry(ULONG thread_input);
84 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
213 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_event_flag_suspension_different_bits_consume_test.c22 static void thread_2_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
202 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_event_flag_thread_terminate_test.c22 static void thread_2_entry(ULONG thread_input);
81 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
212 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_thread_multiple_time_slice_test.c25 static void thread_2_entry(ULONG thread_input);
80 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 1, in test_application_define()
162 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function
Dthreadx_block_memory_suspension_timeout_test.c21 static void thread_2_entry(ULONG thread_input);
73 status = tx_thread_create(&thread_2, "thread 2", thread_2_entry, 2, in test_application_define()
187 static void thread_2_entry(ULONG thread_input) in thread_2_entry() function

12345678910>>...13