Home
last modified time | relevance | path

Searched defs:oldthread (Results 1 – 11 of 11) sorted by relevance

/lk-master/arch/x86/
A Dthread.c88 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
136 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/arm/arm-m/
A Dthread.c196 __NAKED static void _half_save_and_svc(struct thread *oldthread, struct thread *newthread, bool fpu… in _half_save_and_svc()
269 __NAKED static void _arch_non_preempt_context_switch(struct thread *oldthread, struct thread *newth… in _arch_non_preempt_context_switch()
371 void arch_context_switch(struct thread *oldthread, struct thread *newthread) { in arch_context_switch()
/lk-master/arch/mips/
A Dthread.c50 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/or1k/
A Dthread.c55 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/m68k/
A Dthread.c50 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/microblaze/
A Dthread.c59 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/riscv/
A Dthread.c56 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/arm/arm/
A Dfpu.c67 void arm_fpu_thread_swap(struct thread *oldthread, struct thread *newthread) { in arm_fpu_thread_swap()
A Dthread.c71 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/arch/arm64/
A Dthread.c76 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
/lk-master/kernel/
A Dthread.c469 thread_t *oldthread; in thread_resched() local

Completed in 12 milliseconds