Home
last modified time | relevance | path

Searched refs:thread_set_curr_cpu (Results 1 – 2 of 2) sorted by relevance

/lk-master/kernel/include/kernel/
A Dthread.h118 #define thread_set_curr_cpu(t,c) ((t)->curr_cpu = (c)) macro
123 #define thread_set_curr_cpu(t,c) do {} while(0) macro
/lk-master/kernel/
A Dthread.c163 thread_set_curr_cpu(t, -1); in thread_create_etc()
498 thread_set_curr_cpu(oldthread, -1); in thread_resched()
499 thread_set_curr_cpu(newthread, cpu); in thread_resched()
789 thread_set_curr_cpu(t, 0); in thread_init_early()
893 thread_set_curr_cpu(t, cpu); in thread_secondary_cpu_init_early()

Completed in 6 milliseconds