Searched defs:_thrp_join (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c982 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) function
1071 int error = _thrp_join(tid, departed, status, 1);
1085 return ((tid == 0)? ESRCH : _thrp_join(tid, NULL, status, 1));
1102 error = _thrp_join(tid, NULL, NULL, 0);

Completed in 63 milliseconds