Searched refs:GetThreadName (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | runtime_linux.cc | 39 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalLinux()
|
D | monitor_android.cc | 63 self->GetThreadName(thread_name); in LogContentionEvent()
|
D | trace.cc | 976 thread->GetThreadName(thread_name); in LogMethodTraceEvent() 1011 t->GetThreadName(name); in DumpThread() 1029 thread->GetThreadName(name); in StoreExitingThreadInfo()
|
D | thread-inl.h | 111 GetThreadName(name); in SetState()
|
D | thread_list.cc | 961 thread->GetThreadName(name); in SuspendThreadByPeer() 1071 thread->GetThreadName(name); in SuspendThreadByThreadId() 1320 self->GetThreadName(thread_name); in Unregister()
|
D | instrumentation.cc | 374 GetThread()->GetThreadName(thread_name); in InstrumentationInstallStack() 419 thread->GetThreadName(thread_name); in InstrumentationInstallStack() 531 thread->GetThreadName(thread_name); in InstrumentationRestoreStack()
|
D | runtime_common.cc | 398 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalCommonDump()
|
D | thread.h | 422 ObjPtr<mirror::String> GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_); 426 void GetThreadName(std::string& name) const;
|
D | monitor.cc | 475 orig_owner->GetThreadName(name); in Lock() 551 orig_owner->GetThreadName(original_owner_name); in Lock()
|
D | debugger.cc | 318 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName())); in DdmSendThreadNotification()
|
/art/test/912-classes/ |
D | classes.cc | 305 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassLoadCallback() 327 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassPrepareCallback() 334 std::string cur_thread_name = GetThreadName(jenv, jni_env, nullptr); in ClassPrepareCallback() 343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter 371 ClassLoadPreparePrinter::GetThreadName(jvmti_env, env, thread); in Java_art_Test912_enableClassLoadPreparePrintEvents()
|
/art/libartbase/base/ |
D | utils.h | 53 std::string GetThreadName(pid_t tid);
|
D | utils.cc | 196 std::string GetThreadName(pid_t tid) { in GetThreadName() function
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 136 self->GetThreadName(name); in DumpDeoptInfo()
|
D | ti_thread.cc | 129 self->GetThreadName(name); in ThreadStart() 283 target->GetThreadName(name); in GetThreadInfo()
|
D | ti_stack.cc | 1409 frames.target_->GetThreadName(thread_name); in ForceEarlyReturn()
|
/art/runtime/base/ |
D | mutex.cc | 572 self->GetThreadName(name1); in ExclusiveUnlock() 575 Thread::Current()->GetThreadName(name2); in ExclusiveUnlock()
|