Searched refs:ret_val (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dpthread.h146 int pthread_join(pthread_t thid, void ** ret_val);
/bionic/libc/bionic/
H A Dpthread.c633 int pthread_join(pthread_t thid, void ** ret_val) argument
667 if (ret_val)
668 *ret_val = thread->return_value;

Completed in 10 milliseconds