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

  /src/lib/libc/thread-stub/
thread-stub.c 46 #define pthread_join __libc_pthread_join macro
73 __weak_alias(pthread_join, __libc_pthread_join)
77 pthread_join(pthread_t thread, void **valptr)
  /src/lib/libpthread/
pthread.c 704 pthread_join(pthread_t thread, void **valptr) function in typeref:typename:int
719 /* IEEE Std 1003.1 says pthread_join() never returns EINTR. */
730 * cancelled, pthread_join() must not have succeeded.

Completed in 12 milliseconds