Searched refs:pthread_join (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | pthread.h | 142 int pthread_join(pthread_t thid, void ** ret_val); |
/bionic/libc/bionic/ | ||
D | pthread.c | 609 int pthread_join(pthread_t thid, void ** ret_val) in pthread_join() function |