Home
last modified time | relevance | path

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

/libcore/luni/src/test/native/
Dlibcore_java_lang_ThreadTest.cpp86 pthread_t attacher; in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames() local
87 if (pthread_create(&attacher, nullptr, TestThreadNaming, in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames()
93 if (pthread_join(attacher, reinterpret_cast<void**>(&result_test1)) != 0) { in Java_libcore_java_lang_ThreadTest_nativeTestNativeThreadNames()