Searched refs:cpu_first_thread_of_core (Results 1 – 1 of 1) sorted by relevance
42 int cpu_first_thread_of_core(int core);45 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() function