Searched refs:_thrp_join (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) function
1070 int error = _thrp_join(tid, departed, status, 1);
1084 return ((tid == 0)? ESRCH : _thrp_join(tid, NULL, status, 1));
1101 error = _thrp_join(tid, NULL, NULL, 0);

Completed in 25 milliseconds