Searched defs:oldthread (Results 1 – 11 of 11) sorted by relevance
/lk-master/arch/x86/ |
A D | thread.c | 88 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 D | thread.c | 196 __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 D | thread.c | 50 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/or1k/ |
A D | thread.c | 55 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/m68k/ |
A D | thread.c | 50 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/microblaze/ |
A D | thread.c | 59 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/riscv/ |
A D | thread.c | 56 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/arm/arm/ |
A D | fpu.c | 67 void arm_fpu_thread_swap(struct thread *oldthread, struct thread *newthread) { in arm_fpu_thread_swap()
|
A D | thread.c | 71 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/arch/arm64/ |
A D | thread.c | 76 void arch_context_switch(thread_t *oldthread, thread_t *newthread) { in arch_context_switch()
|
/lk-master/kernel/ |
A D | thread.c | 469 thread_t *oldthread; in thread_resched() local
|
Completed in 9 milliseconds