Searched defs:oldthread (Results 1 – 6 of 6) sorted by relevance
206 __NAKED static void _half_save_and_svc(struct thread *oldthread, struct thread *newthread, bool fpu… in _half_save_and_svc()279 __NAKED static void _arch_non_preempt_context_switch(struct thread *oldthread, struct thread *newth… in _arch_non_preempt_context_switch()382 void arch_context_switch(struct thread *oldthread, struct thread *newthread) in arch_context_switch()
113 void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()139 void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
104 void arm_fpu_thread_swap(struct thread *oldthread, struct thread *newthread) in arm_fpu_thread_swap()
101 void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
156 __ARCH_NO_PAC __NO_INLINE void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
876 thread_t *oldthread; in thread_resched() local