Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h142 int pthread_join(pthread_t thid, void ** ret_val);
/bionic/libc/bionic/
Dpthread.c609 int pthread_join(pthread_t thid, void ** ret_val) in pthread_join() function