Home
last modified time | relevance | path

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

/art/test/169-threadgroup-jni/
Djni_daemon_thread.cc59 int pthread_join_result = pthread_join(pthread, nullptr); in Java_Main_testNativeThread() local
60 CHECK_EQ(pthread_join_result, 0); in Java_Main_testNativeThread()
/art/test/004-JniTest/
Djni_test.cc79 int pthread_join_result = pthread_join(pthread, nullptr); in PthreadHelper() local
80 CHECK_EQ(pthread_join_result, 0); in PthreadHelper()