Searched defs:newthread (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/
H A Dfpu.cpp91 arm64_fpu_context_switch(struct thread* oldthread, struct thread* newthread) argument
H A Dthread.cpp94 arch_context_switch(thread_t* oldthread, thread_t* newthread) argument
/fuchsia/zircon/kernel/arch/x86/
H A Dthread.cpp88 __NO_SAFESTACK __attribute__((target("fsgsbase"))) void arch_context_switch(thread_t* oldthread, thread_t* newthread) { argument
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp264 thread_t* newthread = list_remove_head_type(&c->run_queue[highest_queue], thread_t, queue_node); local
770 final_context_switch(thread_t* oldthread, thread_t* newthread) argument
791 thread_t* newthread = sched_get_top_thread(cpu); local
[all...]

Completed in 30 milliseconds