Searched refs:new_thread (Results 1 – 2 of 2) sorted by relevance
| /titanic_53/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_53/usr/src/lib/libc/port/threads/ |
| H A D | thr.c | 562 long flags, thread_t *new_thread, size_t guardsize) in _thrp_create() argument 686 if (new_thread) in _thrp_create() 687 *new_thread = tid; in _thrp_create() 725 long flags, thread_t *new_thread) in thr_create() argument 727 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0)); in thr_create()
|