HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadName (Results 1 - 21 of 21) sorted by null

  /system/tpm/trunks/
background_command_transceiver_test.cc 40 std::string GetThreadName() {
46 callback.Run(GetThreadName());
68 .WillRepeatedly(InvokeWithoutArgs(GetThreadName));
  /art/runtime/
monitor_android.cc 73 self->GetThreadName(thread_name);
thread-inl.h 85 GetThreadName(name);
thread_list.cc 802 thread->GetThreadName(name);
    [all...]
trace.cc     [all...]
runtime_linux.cc 332 std::string thread_name(GetThreadName(tid));
utils.h 230 std::string GetThreadName(pid_t tid);
instrumentation.cc 281 thread->GetThreadName(thread_name);
390 thread->GetThreadName(thread_name);
    [all...]
monitor.cc 367 owner_->GetThreadName(name);
400 original_owner->GetThreadName(original_owner_name);
    [all...]
thread.h 325 mirror::String* GetThreadName(const ScopedObjectAccessAlreadyRunnable& ts) const
330 void GetThreadName(std::string& name) const;
    [all...]
thread.cc 445 self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str());
    [all...]
debugger.h 420 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
    [all...]
utils.cc 75 std::string GetThreadName(pid_t tid) {
    [all...]
debugger.cc     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 109 static std::string GetThreadName() {
124 std::string name(GetThreadName() + " - " + GetThreadId());
  /art/runtime/gc/
allocation_record.cc 231 self->GetThreadName(self_name);
  /external/libchrome/base/test/
trace_event_analyzer.h 628 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
trace_event_analyzer.cc 814 const std::string& TraceAnalyzer::GetThreadName(
  /art/runtime/base/
mutex.cc 448 self->GetThreadName(name1);
451 Thread::Current()->GetThreadName(name2);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 793 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name);
    [all...]
jdwp_handler.cc 921 JdwpError error = Dbg::GetThreadName(thread_id, &name);
    [all...]

Completed in 453 milliseconds