Searched refs:new_thread (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_subr.c | 99 thread_t new_thread; in subr_add_mount() local 173 THR_DETACHED | THR_NEW_LWP, &new_thread); in subr_add_mount() 180 fscache_object_p->i_threadid = new_thread; in subr_add_mount()
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 260 thread_t *new_thread) in thr_create() argument 283 flags, new_thread)); in thr_create()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 561 long flags, thread_t *new_thread, size_t guardsize) in _thrp_create() argument 685 if (new_thread) in _thrp_create() 686 *new_thread = tid; in _thrp_create() 724 long flags, thread_t *new_thread) in thr_create() argument 726 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0)); in thr_create()
|