HomeSort by relevance Sort by last modified time
    Searched full:native_thread_name (Results 1 - 1 of 1) sorted by null

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

Completed in 69 milliseconds