Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c515 TX_THREAD *temp_thread; in tx_application_define() local
704 temp_thread = _tx_thread_execute_ptr[0]; in tx_application_define()
718 _tx_thread_execute_ptr[0] = temp_thread; in tx_application_define()
722 temp_thread = _tx_thread_execute_ptr[0]; in tx_application_define()
735 _tx_thread_execute_ptr[0] = temp_thread; in tx_application_define()
738 temp_thread = _tx_thread_execute_ptr[0]; in tx_application_define()
751 _tx_thread_execute_ptr[0] = temp_thread; in tx_application_define()
755 temp_thread = _tx_thread_execute_ptr[0]; in tx_application_define()
768 _tx_thread_execute_ptr[0] = temp_thread; in tx_application_define()
771 temp_thread = _tx_thread_execute_ptr[0]; in tx_application_define()
[all …]
Dthreadx_mutex_suspension_timeout_test.c201 TX_THREAD *temp_thread; in thread_0_entry() local
361 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()
364 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
368 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()
372 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
Dthreadx_thread_priority_change.c223 TX_THREAD *temp_thread; in thread_0_entry() local
437 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()
440 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
446 temp_thread = _tx_thread_preemption__threshold_scheduled; in thread_0_entry()
449 _tx_thread_preemption__threshold_scheduled = temp_thread; in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c474 TX_THREAD *temp_thread; in tx_application_define() local
590 temp_thread = _tx_thread_execute_ptr; in tx_application_define()
604 _tx_thread_execute_ptr = temp_thread; in tx_application_define()
608 temp_thread = _tx_thread_execute_ptr; in tx_application_define()
621 _tx_thread_execute_ptr = temp_thread; in tx_application_define()
624 temp_thread = _tx_thread_execute_ptr; in tx_application_define()
635 _tx_thread_execute_ptr = temp_thread; in tx_application_define()
639 temp_thread = _tx_thread_execute_ptr; in tx_application_define()
650 _tx_thread_execute_ptr = temp_thread; in tx_application_define()
653 temp_thread = _tx_thread_execute_ptr; in tx_application_define()
[all …]