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.c142 static void init_main_thread(struct pthread *thread);
344 init_main_thread(curthread); in _libpthread_init()
378 init_main_thread(struct pthread *thread) in init_main_thread() function