HomeSort by: relevance | last modified time | path
    Searched defs:pthread_join (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread.h 52 int pthread_join(pthread_t, void **);
363 #define pthread_join __libc_thr_join macro
pthread.c 146 __strong_alias(__libc_thr_join,pthread_join)
706 pthread_join(pthread_t thread, void **valptr) function in typeref:typename:int
721 /* IEEE Std 1003.1 says pthread_join() never returns EINTR. */
732 * cancelled, pthread_join() must not have succeeded.

Completed in 12 milliseconds