Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_init.c140 static void init_main_thread(struct pthread *thread);
343 init_main_thread(curthread); in _libpthread_init()
377 init_main_thread(struct pthread *thread) in init_main_thread() function