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

1 2

  /system/tpm/trunks/
background_command_transceiver_test.cc 40 std::string GetThreadName() {
46 callback.Run(GetThreadName());
68 .WillRepeatedly(InvokeWithoutArgs(GetThreadName));
  /art/runtime/
runtime_linux.cc 39 std::string thread_name(GetThreadName(tid));
monitor_android.cc 63 self->GetThreadName(thread_name);
thread-inl.h 109 GetThreadName(name);
instrumentation.cc 279 GetThread()->GetThreadName(thread_name);
334 thread->GetThreadName(thread_name);
444 thread->GetThreadName(thread_name);
    [all...]
thread_list.cc     [all...]
trace.cc     [all...]
runtime_common.cc 407 std::string thread_name(GetThreadName(tid));
thread.cc 457 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str());
    [all...]
monitor.cc 437 owner_->GetThreadName(name);
510 original_owner->GetThreadName(original_owner_name);
    [all...]
thread.h 387 mirror::String* GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_);
391 void GetThreadName(std::string& name) const;
    [all...]
  /system/extras/simpleperf/
environment.h 69 bool GetThreadName(pid_t tid, std::string* name);
inplace_sampler_lib.cpp 227 if (GetThreadName(tid, &name)) {
environment.cpp 243 bool GetThreadName(pid_t tid, std::string* name) {
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 109 static std::string GetThreadName() {
124 std::string name(GetThreadName() + " - " + GetThreadId());
  /art/libartbase/base/
utils.cc 63 std::string GetThreadName(pid_t tid) {
utils.h 81 std::string GetThreadName(pid_t tid);
  /art/test/912-classes/
classes.cc 305 std::string thread_name = GetThreadName(jenv, jni_env, thread);
327 std::string thread_name = GetThreadName(jenv, jni_env, thread);
334 std::string cur_thread_name = GetThreadName(jenv, jni_env, nullptr);
343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) {
371 ClassLoadPreparePrinter::GetThreadName(jvmti_env, env, thread);
  /external/libchrome/base/message_loop/
message_loop.h 223 std::string GetThreadName() const;
message_loop.cc 351 std::string MessageLoop::GetThreadName() const {
353 << "GetThreadName() must only be called after BindToCurrentThread()'s "
message_loop_unittest.cc     [all...]
  /art/runtime/gc/
allocation_record.cc 234 self->GetThreadName(self_name);
  /external/libchrome/base/test/
trace_event_analyzer.h 728 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
  /art/openjdkjvmti/
ti_thread.cc 89 self->GetThreadName(name);
221 target->GetThreadName(name);
    [all...]
  /art/runtime/base/
mutex.cc 522 self->GetThreadName(name1);
525 Thread::Current()->GetThreadName(name2);
    [all...]

Completed in 502 milliseconds

1 2