Searched refs:pthread_join_result (Results 1 - 1 of 1) sorted by relevance
/art/test/004-JniTest/ | ||
H A D | jni_test.cc | 59 int pthread_join_result = pthread_join(pthread, nullptr); local 60 assert(pthread_join_result == 0); |
Completed in 177 milliseconds