Searched refs:thread_set_curr_cpu (Results 1 – 2 of 2) sorted by relevance
118 #define thread_set_curr_cpu(t,c) ((t)->curr_cpu = (c)) macro123 #define thread_set_curr_cpu(t,c) do {} while(0) macro
163 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