Searched refs:departed (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwpsys.c | 154 * current process. If 'departed' is not NULL, then it points to a location 172 lwp_wait(id_t lwpid, id_t *departed) argument 229 if (departed != NULL && 230 copyout(&lwpid, departed, sizeof (id_t))) 276 if (departed != NULL && 277 copyout(&tid, departed, sizeof (id_t)))
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 982 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) argument 1061 if (departed != NULL) 1062 *departed = found; 1069 thr_join(thread_t tid, thread_t *departed, void **status) argument 1071 int error = _thrp_join(tid, departed, status, 1); 1077 * It does not return the departed thread's id 1078 * and hence does not have a "departed" argument.
|
Completed in 49 milliseconds