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

/bionic/libc/bionic/
H A Dpthread.c602 * the termination of this thread with pthread_join(),
610 * is gone (as well as its TLS area). when another thread calls pthread_join()
633 int pthread_join(pthread_t thid, void ** ret_val) function
1966 * unmapped but before the ongoing pthread_join() is finished.

Completed in 64 milliseconds