Home
last modified time | relevance | path

Searched refs:_thrp_join (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c994 _thrp_join(thread_t tid, thread_t *departed, void **status, int do_cancel) in _thrp_join() function
1083 int error = _thrp_join(tid, departed, status, 1); in thr_join()
1097 return ((tid == 0)? ESRCH : _thrp_join(tid, NULL, status, 1)); in pthread_join()
1114 error = _thrp_join(tid, NULL, NULL, 0); in pthread_detach()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in1448 SCOPED_SYMBOL|SunOS_5.6|libthread.so.1|_thrp_join