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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c981 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) argument
1060 if (departed != NULL)
1061 *departed = found;
1068 thr_join(thread_t tid, thread_t *departed, void **status) argument
1070 int error = _thrp_join(tid, departed, status, 1);
1076 * It does not return the departed thread's id
1077 * and hence does not have a "departed" argument.

Completed in 20 milliseconds