Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_smp_core_preempt.c80 TX_THREAD *preempt_thread; in _tx_thread_smp_core_preempt() local
86 preempt_thread = _tx_thread_current_ptr[core]; in _tx_thread_smp_core_preempt()
89 if (preempt_thread) in _tx_thread_smp_core_preempt()
94 preempt_thread -> tx_thread_linux_deferred_preempt = TX_TRUE; in _tx_thread_smp_core_preempt()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_system_resume.c121 TX_THREAD *preempt_thread; in _tx_thread_system_resume() local
674preempt_thread = _tx_thread_priority_list[lowest_priority]; in _tx_thread_system_resume()
677 … if (preempt_thread -> tx_thread_ready_next != preempt_thread) in _tx_thread_system_resume()
681 head_ptr = preempt_thread; in _tx_thread_system_resume()
684 … next_thread = preempt_thread -> tx_thread_ready_next; in _tx_thread_system_resume()
701 preempt_thread = next_thread; in _tx_thread_system_resume()
721 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()
728 i = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
757 preempt_thread = possible_preemption_list[i]; in _tx_thread_system_resume()
760 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()
[all …]