Home
last modified time | relevance | path

Searched refs:thread_4 (Results 1 – 25 of 260) sorted by relevance

1234567891011

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_multiple_suspension_test.c23 static TX_THREAD thread_4; variable
118 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 1, in test_application_define()
231 tx_thread_suspend(&thread_4); in thread_4_entry()
246 (thread_4.tx_thread_state != TX_SUSPENDED)) in thread_5_entry()
271 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
295 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
319 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
343 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
362 status = tx_thread_resume(&thread_4); in thread_5_entry()
367 (thread_4.tx_thread_state != TX_READY) || (status != TX_SUCCESS)) in thread_5_entry()
[all …]
Dthreadx_thread_preemptable_suspension_test.c22 static TX_THREAD thread_4; variable
117 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 1, in test_application_define()
230 tx_thread_suspend(&thread_4); in thread_4_entry()
245 (thread_4.tx_thread_state != TX_SUSPENDED)) in thread_5_entry()
270 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
294 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
318 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
342 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
361 status = tx_thread_resume(&thread_4); in thread_5_entry()
366 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
[all …]
Dthreadx_mutex_priority_inheritance_test.c18 static TX_THREAD thread_4; variable
126 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
248 tx_thread_resume(&thread_4); in thread_0_entry()
252 if ((thread_4_counter != 1) || (thread_5_counter != 1) || (thread_4.tx_thread_priority != 10) || in thread_0_entry()
253 (thread_4.tx_thread_inherit_priority != TX_MAX_PRIORITIES)) in thread_0_entry()
497 if ((status == TX_SUCCESS) && (thread_4.tx_thread_priority == 8)) in thread_4_entry()
Dthreadx_thread_multiple_non_current_test.c22 static TX_THREAD thread_4; variable
109 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
165 status += tx_thread_resume(&thread_4); in thread_0_entry()
Dthreadx_mutex_suspension_timeout_test.c14 static TX_THREAD thread_4; variable
111 status += tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
181 tx_thread_resume(&thread_4); in thread_0_entry()
312 tx_thread_suspend(&thread_4); in thread_4_entry()
Dthreadx_mutex_proritize_test.c30 static TX_THREAD thread_4; variable
162 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
323 tx_thread_resume(&thread_4); in thread_0_entry()
360 if (mutex_0.tx_mutex_suspension_list != &thread_4) in thread_0_entry()
472 tx_thread_suspend(&thread_4); in thread_4_entry()
Dthreadx_byte_memory_prioritize_test.c30 static TX_THREAD thread_4; variable
160 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
304 tx_thread_resume(&thread_4); in thread_0_entry()
341 if ((status != TX_SUCCESS) || (byte_pool_0.tx_byte_pool_suspension_list != &thread_4)) in thread_0_entry()
Dthreadx_queue_prioritize.c29 static TX_THREAD thread_4; variable
168 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
343 tx_thread_resume(&thread_4); in thread_0_entry()
380 if (queue_0.tx_queue_suspension_list != &thread_4) in thread_0_entry()
Dthreadx_semaphore_prioritize.c30 static TX_THREAD thread_4; variable
168 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
342 tx_thread_resume(&thread_4); in thread_0_entry()
379 if ((status != TX_SUCCESS) || (semaphore_0.tx_semaphore_suspension_list != &thread_4)) in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c31 static TX_THREAD thread_4; variable
162 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
307 tx_thread_resume(&thread_4); in thread_0_entry()
344 if (block_pool_0.tx_block_pool_suspension_list != &thread_4) in thread_0_entry()
Dthreadx_event_flag_suspension_test.c16 static TX_THREAD thread_4; variable
113 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
225 status += tx_thread_resume(&thread_4); in thread_0_entry()
Dthreadx_thread_priority_change.c19 static TX_THREAD thread_4; variable
139 status += tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
348 tx_thread_resume(&thread_4); in thread_3_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_multiple_suspension_test.c23 static TX_THREAD thread_4; variable
118 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 1, in test_application_define()
231 tx_thread_suspend(&thread_4); in thread_4_entry()
246 (thread_4.tx_thread_state != TX_SUSPENDED)) in thread_5_entry()
271 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
295 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
319 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
343 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
362 status = tx_thread_resume(&thread_4); in thread_5_entry()
367 (thread_4.tx_thread_state != TX_READY) || (status != TX_SUCCESS)) in thread_5_entry()
[all …]
Dthreadx_thread_preemptable_suspension_test.c22 static TX_THREAD thread_4; variable
117 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 1, in test_application_define()
230 tx_thread_suspend(&thread_4); in thread_4_entry()
245 (thread_4.tx_thread_state != TX_SUSPENDED)) in thread_5_entry()
270 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
294 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
318 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
342 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
361 status = tx_thread_resume(&thread_4); in thread_5_entry()
366 (thread_4.tx_thread_state != TX_SUSPENDED) || (status != TX_SUCCESS)) in thread_5_entry()
[all …]
Dthreadx_mutex_priority_inheritance_test.c18 static TX_THREAD thread_4; variable
126 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
248 tx_thread_resume(&thread_4); in thread_0_entry()
252 if ((thread_4_counter != 1) || (thread_5_counter != 1) || (thread_4.tx_thread_priority != 10) || in thread_0_entry()
253 (thread_4.tx_thread_inherit_priority != TX_MAX_PRIORITIES)) in thread_0_entry()
498 if ((status == TX_SUCCESS) && (thread_4.tx_thread_priority == 8)) in thread_4_entry()
506 status = tx_thread_priority_change(&thread_4, 8, &old_priority); in thread_4_entry()
509 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 10)) in thread_4_entry()
517 status = tx_thread_priority_change(&thread_4, 8, &old_priority); in thread_4_entry()
520 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 8)) in thread_4_entry()
[all …]
Dthreadx_smp_multiple_threads_one_core_test.c12 static TX_THREAD thread_4; variable
126 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 0, in test_application_define()
130 status += tx_thread_smp_core_exclude(&thread_4, 0xE); /* Only core 0! */ in test_application_define()
212 status += tx_thread_resume(&thread_4); in thread_0_entry()
298 tx_thread_suspend(&thread_4); in thread_4_entry()
Dthreadx_thread_multiple_non_current_test.c22 static TX_THREAD thread_4; variable
109 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
165 status += tx_thread_resume(&thread_4); in thread_0_entry()
Dthreadx_mutex_proritize_test.c30 static TX_THREAD thread_4; variable
162 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
323 tx_thread_resume(&thread_4); in thread_0_entry()
360 if (mutex_0.tx_mutex_suspension_list != &thread_4) in thread_0_entry()
472 tx_thread_suspend(&thread_4); in thread_4_entry()
Dthreadx_thread_relinquish_test.c21 static TX_THREAD thread_4; variable
132 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
322 status += tx_thread_smp_core_exclude(&thread_4, 0); in thread_3_entry()
331 status += tx_thread_resume(&thread_4); in thread_3_entry()
Dthreadx_queue_prioritize.c29 static TX_THREAD thread_4; variable
168 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
343 tx_thread_resume(&thread_4); in thread_0_entry()
380 if (queue_0.tx_queue_suspension_list != &thread_4) in thread_0_entry()
Dthreadx_semaphore_prioritize.c30 static TX_THREAD thread_4; variable
168 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
342 tx_thread_resume(&thread_4); in thread_0_entry()
379 if ((status != TX_SUCCESS) || (semaphore_0.tx_semaphore_suspension_list != &thread_4)) in thread_0_entry()
Dthreadx_block_memory_prioritize_test.c31 static TX_THREAD thread_4; variable
162 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
307 tx_thread_resume(&thread_4); in thread_0_entry()
344 if (block_pool_0.tx_block_pool_suspension_list != &thread_4) in thread_0_entry()
Dthreadx_byte_memory_prioritize_test.c30 static TX_THREAD thread_4; variable
160 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
304 tx_thread_resume(&thread_4); in thread_0_entry()
341 if ((status != TX_SUCCESS) || (byte_pool_0.tx_byte_pool_suspension_list != &thread_4)) in thread_0_entry()
Dthreadx_event_flag_suspension_test.c16 static TX_THREAD thread_4; variable
113 status = tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
225 status += tx_thread_resume(&thread_4); in thread_0_entry()
Dthreadx_mutex_suspension_timeout_test.c14 static TX_THREAD thread_4; variable
159 status += tx_thread_create(&thread_4, "thread 4", thread_4_entry, 4, in test_application_define()
230 tx_thread_resume(&thread_4); in thread_0_entry()
467 tx_thread_suspend(&thread_4); in thread_4_entry()

1234567891011