Home
last modified time | relevance | path

Searched refs:ready_previous (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_system_suspend.c95 TX_THREAD *ready_previous; in _tx_thread_system_suspend() local
212 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_system_suspend()
215 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_system_suspend()
216 ready_previous -> tx_thread_ready_next = ready_next; in _tx_thread_system_suspend()
700 TX_THREAD *ready_previous;
801 ready_previous = thread_ptr -> tx_thread_ready_previous;
804 ready_next -> tx_thread_ready_previous = ready_previous;
805 ready_previous -> tx_thread_ready_next = ready_next;
Dtx_thread_suspend.c222 TX_THREAD *ready_previous; in _tx_thread_suspend() local
340 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_suspend()
350 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_suspend()
351 ready_previous -> tx_thread_ready_next = ready_next; in _tx_thread_suspend()