Searched refs:initialize_thread (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi32/ |
| H A D | cloudabi32_thread.c | 45 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 D | cloudabi64_thread.c | 45 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 D | kern_thr.c | 193 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 D | proc.h | 1185 int (*initialize_thread)(struct thread *, void *), void *thunk);
|