Home
last modified time | relevance | path

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

/libcore/luni/src/test/native/
Dlibcore_java_lang_ThreadTest.cpp30 const std::string native_thread_name = "foozball"; in TestThreadNaming() local
31 pthread_setname_np(pthread_self(), native_thread_name.c_str()); in TestThreadNaming()
38 args.name = native_thread_name.c_str(); in TestThreadNaming()
53 if (attach_with_name && (thread_name.get() != native_thread_name)) { in TestThreadNaming()
56 exception_message->append(native_thread_name); in TestThreadNaming()