Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/cloudabi32/
H A Dcloudabi32_thread.c45 initialize_thread(struct thread *td, void *thunk) in initialize_thread() function
72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi32_sys_thread_create()
/freebsd-13.1/sys/compat/cloudabi64/
H A Dcloudabi64_thread.c45 initialize_thread(struct thread *td, void *thunk) in initialize_thread() function
72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi64_sys_thread_create()
/freebsd-13.1/sys/kern/
H A Dkern_thr.c193 int (*initialize_thread)(struct thread *, void *), void *thunk) in thread_create()
244 error = initialize_thread(newtd, thunk); in thread_create()
/freebsd-13.1/sys/sys/
H A Dproc.h1185 int (*initialize_thread)(struct thread *, void *), void *thunk);