Home
last modified time | relevance | path

Searched defs:newthread (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/trusty/lk/arch/arm/arm-m/
Dthread.c206 __NAKED static void _half_save_and_svc(struct thread *oldthread, struct thread *newthread, bool fpu… in _half_save_and_svc()
279 …void _arch_non_preempt_context_switch(struct thread *oldthread, struct thread *newthread, bool sav… in _arch_non_preempt_context_switch()
382 void arch_context_switch(struct thread *oldthread, struct thread *newthread) in arch_context_switch()
/aosp_15_r20/external/trusty/lk/arch/x86/
Dthread.c113 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()
/aosp_15_r20/external/trusty/lk/arch/arm/arm/
Dfpu.c104 void arm_fpu_thread_swap(struct thread *oldthread, struct thread *newthread) in arm_fpu_thread_swap()
Dthread.c101 void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c750 thread_t *newthread; in get_top_thread() local
877 thread_t *newthread; in thread_resched() local
/aosp_15_r20/external/trusty/lk/arch/arm64/
Dthread.c156 __ARCH_NO_PAC __NO_INLINE void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()