Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_time_slice.c83 TX_THREAD *tail_ptr; in _tx_thread_time_slice() local
193 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()
196 if (thread_ptr != tail_ptr) in _tx_thread_time_slice()
221 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_time_slice()
223 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
Dtx_thread_relinquish.c83 TX_THREAD *tail_ptr; in _tx_thread_relinquish() local
154 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()
157 if (thread_ptr != tail_ptr) in _tx_thread_relinquish()
182 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_relinquish()
184 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
Dtx_thread_system_resume.c112 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local
366 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
367 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()
369 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
Dtx_thread_smp_utilities.c1002 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local
1087 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()
1088 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()
1090 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()
/ThreadX-v6.4.1/common/src/
Dtx_thread_system_resume.c89 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local
390 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
391 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()
393 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
628 TX_THREAD *tail_ptr;
907 tail_ptr = head_ptr -> tx_thread_ready_previous;
908 tail_ptr -> tx_thread_ready_next = thread_ptr;
910 thread_ptr -> tx_thread_ready_previous = tail_ptr;
Dtx_thread_resume.c87 TX_THREAD *tail_ptr; in _tx_thread_resume() local
457 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()
458 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_resume()
460 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1527 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local
1612 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()
1613 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()
1615 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()