Searched refs:thread_construct_first (Results 1 – 2 of 2) sorted by relevance
238 void thread_construct_first(thread_t* t, const char* name);
969 void thread_construct_first(thread_t* t, const char* name) { in thread_construct_first() function1000 thread_construct_first(t, "bootstrap"); in thread_init_early()1111 thread_construct_first(t, name); in thread_secondary_cpu_init_early()
Completed in 7 milliseconds