Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c110 thr_create_initthr(struct thread *td, void *thunk) in thr_create_initthr() function
132 return (thread_create(td, NULL, thr_create_initthr, &args)); in sys_thr_create()