Searched refs:thread_2a (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_queue_full_suspension_test.c | 22 static TX_THREAD thread_2a; variable 103 status += tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 178 tx_thread_resume(&thread_2a); in thread_0_entry() 349 tx_thread_priority_change(&thread_2a, 15, &old_priority); in thread_1a_entry()
|
| D | threadx_queue_front_send_test.c | 21 static TX_THREAD thread_2a; variable 97 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 238 tx_thread_resume(&thread_2a); in thread_0_entry() 295 tx_thread_resume(&thread_2a); in thread_0_entry() 682 tx_thread_suspend(&thread_2a); in thread_2a_entry()
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 23 static TX_THREAD thread_2a; variable 183 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 593 status += tx_thread_resume(&thread_2a); in thread_2_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_full_suspension_test.c | 22 static TX_THREAD thread_2a; variable 103 status += tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 178 tx_thread_resume(&thread_2a); in thread_0_entry() 349 tx_thread_priority_change(&thread_2a, 15, &old_priority); in thread_1a_entry()
|
| D | threadx_queue_front_send_test.c | 21 static TX_THREAD thread_2a; variable 97 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 238 tx_thread_resume(&thread_2a); in thread_0_entry() 295 tx_thread_resume(&thread_2a); in thread_0_entry() 682 tx_thread_suspend(&thread_2a); in thread_2a_entry()
|
| D | threadx_thread_multi_level_preemption_threshold_test.c | 23 static TX_THREAD thread_2a; variable 183 status = tx_thread_create(&thread_2a, "thread 2a", thread_2a_entry, 2, in test_application_define() 593 status += tx_thread_resume(&thread_2a); in thread_2_entry()
|