Searched refs:start_func (Results 1 – 7 of 7) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 76 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 D | thr.h | 49 void (*start_func)(void *); /* thread entry function. */ member
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_create.c | 161 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32.h | 303 uint32_t start_func; member
|
| H A D | freebsd32_misc.c | 3278 param.start_func = PTRIN(param32.start_func); in freebsd32_thr_new()
|
| /freebsd/sys/kern/ |
| H A D | kern_thr.c | 175 error = cpu_set_upcall(td, param->start_func, param->arg, &stack); in thr_new_initthr()
|
| /freebsd/usr.bin/kdump/ |
| H A D | kdump.c | 1973 tp->start_func, tp->arg, tp->stack_base, tp->stack_size, in ktrthrparam()
|