Searched refs:new_thread (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/threads/ |
| H A D | thr.c | 562 long flags, thread_t *new_thread, size_t guardsize, const char *name) in _thrp_create() argument 686 if (new_thread) in _thrp_create() 687 *new_thread = tid; in _thrp_create() 728 long flags, thread_t *new_thread) in thr_create() argument 730 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0, in thr_create()
|