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

  /external/libchrome/base/threading/
simple_thread.h 98 std::string name_prefix() { return name_prefix_; }
116 const std::string name_prefix_; member in class:base::SimpleThread
183 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 67 : name_prefix_(name_prefix), pool_(pool) {}
72 const std::string name_prefix_; member in class:base::__anon14426::WorkerThread
80 const std::string name = base::StringPrintf("%s/%d", name_prefix_.c_str(),
123 : name_prefix_(name_prefix),
164 WorkerThread* worker = 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),
58 // Construct our full name of the form "name_prefix_/TID".
94 : name_prefix_(name_prefix),
108 DelegateSimpleThread* thread = new DelegateSimpleThread(this, name_prefix_);
  /external/v8/src/profiler/
profile-generator-inl.h 19 name_prefix_(name_prefix),
profile-generator.h 57 const char* name_prefix() const { return name_prefix_; }
58 bool has_name_prefix() const { return name_prefix_[0] != '\0'; }
160 const char* name_prefix_; member in class:v8::internal::CodeEntry
profile-generator.cc 106 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
125 return name_prefix_ == entry->name_prefix_ && name_ == entry->name_ &&

Completed in 6352 milliseconds