Home
last modified time | relevance | path

Searched refs:thread_1a (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_queue_full_suspension_test.c19 static TX_THREAD thread_1a; variable
86 status += tx_thread_create(&thread_1a, "thread 1a", thread_1a_entry, 1, in test_application_define()
177 tx_thread_resume(&thread_1a); in thread_0_entry()
333 status += tx_thread_suspend(&thread_1a); in thread_1a_entry()
Dthreadx_queue_front_send_test.c19 static TX_THREAD thread_1a; variable
80 status = tx_thread_create(&thread_1a, "thread 1a", thread_1a_entry, 1, in test_application_define()
232 tx_thread_resume(&thread_1a); in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_queue_full_suspension_test.c19 static TX_THREAD thread_1a; variable
86 status += tx_thread_create(&thread_1a, "thread 1a", thread_1a_entry, 1, in test_application_define()
177 tx_thread_resume(&thread_1a); in thread_0_entry()
333 status += tx_thread_suspend(&thread_1a); in thread_1a_entry()
Dthreadx_queue_front_send_test.c19 static TX_THREAD thread_1a; variable
80 status = tx_thread_create(&thread_1a, "thread 1a", thread_1a_entry, 1, in test_application_define()
232 tx_thread_resume(&thread_1a); in thread_0_entry()