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

  /external/chromium_org/base/threading/
simple_thread.h 90 std::string name_prefix() { return name_prefix_; }
114 const std::string name_prefix_; member in class:base::SimpleThread
180 const std::string name_prefix_; member in class:base::DelegateSimpleThreadPool
worker_pool_posix.h 77 const std::string name_prefix_; member in class:base::PosixDynamicThreadPool
worker_pool_posix.cc 71 : name_prefix_(name_prefix),
77 const std::string name_prefix_; member in class:base::__anon7193::WorkerThread
86 "%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId());
128 : name_prefix_(name_prefix),
170 new WorkerThread(name_prefix_, this);
simple_thread.cc 15 : name_prefix_(name_prefix), name_(name_prefix),
21 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
52 // Construct our full name of the form "name_prefix_/TID".
88 : name_prefix_(name_prefix),
102 DelegateSimpleThread* thread = new DelegateSimpleThread(this, name_prefix_);
  /external/chromium_org/v8/src/
profile-generator-inl.h 21 name_prefix_(name_prefix),
profile-generator.h 59 const char* name_prefix() const { return name_prefix_; }
60 bool has_name_prefix() const { return name_prefix_[0] != '\0'; }
93 const char* name_prefix_; member in class:v8::internal::CodeEntry
profile-generator.cc 152 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
171 || (name_prefix_ == entry->name_prefix_

Completed in 132 milliseconds