Searched refs:new_thread (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c99 thread_t new_thread; local
173 THR_DETACHED | THR_NEW_LWP, &new_thread);
180 fscache_object_p->i_threadid = new_thread;
/opensolaris-onvv-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c260 thread_t *new_thread)
283 flags, new_thread));
255 thr_create(void *stk, size_t stksize, void * (*real_func)(void *), void *real_arg, long flags, thread_t *new_thread) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dthr.c556 long flags, thread_t *new_thread, size_t guardsize)
680 if (new_thread)
681 *new_thread = tid;
719 long flags, thread_t *new_thread)
721 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0));
555 _thrp_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, long flags, thread_t *new_thread, size_t guardsize) argument
718 thr_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, long flags, thread_t *new_thread) argument

Completed in 120 milliseconds