HomeSort by relevance Sort by last modified time
    Searched defs:SetThreadName (Results 1 - 8 of 8) sorted by null

  /art/libartbase/base/
utils.cc 116 void SetThreadName(const char* thread_name) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) {
  /system/extras/simpleperf/
thread_tree.cpp 48 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) {
318 SetThreadName(r.data->pid, r.data->tid, r.comm);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 122 void SetThreadName(const char *name) {
125 asanThreadRegistry().SetThreadName(t->tid(), name);
174 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
  /external/v8/src/base/platform/
platform-posix.cc 570 static void SetThreadName(const char* name) {
603 SetThreadName(thread->name());
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 487 void SetThreadName(const char* thread_name) {
757 SetThreadName(se_name_c_str);
    [all...]
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 65 void SetThreadName(const std::string& name) {
536 SetThreadName("service" + std::to_string(service_id));
616 SetThreadName("client" + std::to_string(thread_id) + "/" +
    [all...]
  /art/runtime/
thread.cc 457 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str());
857 ::art::SetThreadName(thread_name);
    [all...]

Completed in 120 milliseconds