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

/bionic/libc/include/
H A Dpthread.h142 int pthread_join(pthread_t thid, void ** ret_val);
/bionic/libc/bionic/
H A Dpthread.c609 int pthread_join(pthread_t thid, void ** ret_val) argument
643 if (ret_val)
644 *ret_val = thread->return_value;

Completed in 160 milliseconds