Searched defs:newthread (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/trusty/lk/arch/arm/arm-m/ |
D | thread.c | 206 __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/ |
D | thread.c | 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()
|
/aosp_15_r20/external/trusty/lk/arch/arm/arm/ |
D | fpu.c | 104 void arm_fpu_thread_swap(struct thread *oldthread, struct thread *newthread) in arm_fpu_thread_swap()
|
D | thread.c | 101 void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
|
/aosp_15_r20/external/trusty/lk/kernel/ |
D | thread.c | 750 thread_t *newthread; in get_top_thread() local 877 thread_t *newthread; in thread_resched() local
|
/aosp_15_r20/external/trusty/lk/arch/arm64/ |
D | thread.c | 156 __ARCH_NO_PAC __NO_INLINE void arch_context_switch(thread_t *oldthread, thread_t *newthread) in arch_context_switch()
|