Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/head/
H A Dthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create()
97 ret = pthread_create(new_thread_ID, &attr, start_func, arg); in thr_create()
/freebsd-14.2/sys/sys/
H A Dthr.h48 void (*start_func)(void *); /* thread entry function. */ member
/freebsd-14.2/lib/libthr/thread/
H A Dthr_create.c155 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32.h310 uint32_t start_func; member
H A Dfreebsd32_misc.c3235 param.start_func = PTRIN(param32.start_func); in freebsd32_thr_new()
/freebsd-14.2/sys/kern/
H A Dkern_thr.c168 error = cpu_set_upcall(td, param->start_func, param->arg, &stack); in thr_new_initthr()