Home
last modified time | relevance | path

Searched refs:tail_ptr (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_time_slice.c84 TX_THREAD *tail_ptr; in _tx_thread_time_slice() local
194 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()
197 if (thread_ptr != tail_ptr) in _tx_thread_time_slice()
222 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_time_slice()
224 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
Dtx_thread_relinquish.c84 TX_THREAD *tail_ptr; in _tx_thread_relinquish() local
155 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()
158 if (thread_ptr != tail_ptr) in _tx_thread_relinquish()
183 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_relinquish()
185 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
Dtx_thread_system_resume.c113 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local
367 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
368 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()
370 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
Dtx_thread_smp_utilities.c1003 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local
1088 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()
1089 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()
1091 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()
/ThreadX-v6.3.0/common/src/
Dtx_thread_system_resume.c90 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local
391 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
392 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()
394 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
629 TX_THREAD *tail_ptr;
908 tail_ptr = head_ptr -> tx_thread_ready_previous;
909 tail_ptr -> tx_thread_ready_next = thread_ptr;
911 thread_ptr -> tx_thread_ready_previous = tail_ptr;
Dtx_thread_resume.c88 TX_THREAD *tail_ptr; in _tx_thread_resume() local
458 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()
459 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_resume()
461 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1528 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local
1613 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()
1614 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()
1616 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()