Home
last modified time | relevance | path

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

/libcore/luni/src/test/native/
Dlibcore_java_lang_ThreadTest.cpp105 pthread_t attacher2; in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames() local
106 if (pthread_create(&attacher2, nullptr, TestThreadNaming, in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames()
112 if (pthread_join(attacher2, reinterpret_cast<void**>(&result_test2)) != 0) { in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames()