Home
last modified time | relevance | path

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

/freebsd/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/sys/sys/
H A Dthr.h49 void (*start_func)(void *); /* thread entry function. */ member
/freebsd/lib/libthr/thread/
H A Dthr_create.c161 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h303 uint32_t start_func; member
H A Dfreebsd32_misc.c3278 param.start_func = PTRIN(param32.start_func); in freebsd32_thr_new()
/freebsd/sys/kern/
H A Dkern_thr.c175 error = cpu_set_upcall(td, param->start_func, param->arg, &stack); in thr_new_initthr()
/freebsd/usr.bin/kdump/
H A Dkdump.c1973 tp->start_func, tp->arg, tp->stack_base, tp->stack_size, in ktrthrparam()