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

  /external/libchrome/base/threading/
simple_thread.cc 15 : name_prefix_(name_prefix),
25 : name_prefix_(name_prefix),
67 // Construct our full name of the form "name_prefix_/TID".
103 : name_prefix_(name_prefix),
117 DelegateSimpleThread* thread = new DelegateSimpleThread(this, name_prefix_);
worker_pool_posix.cc 67 : name_prefix_(name_prefix), pool_(pool) {}
72 const std::string name_prefix_; member in class:base::__anon22910::WorkerThread
80 const std::string name = base::StringPrintf("%s/%d", name_prefix_.c_str(),
121 : name_prefix_(name_prefix),
161 WorkerThread* worker = new WorkerThread(name_prefix_, this);
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
  /external/v8/src/profiler/
profile-generator-inl.h 19 name_prefix_(name_prefix),
profile-generator.h 52 const char* name_prefix() const { return name_prefix_; }
53 bool has_name_prefix() const { return name_prefix_[0] != '\0'; }
151 const char* name_prefix_; member in class:v8::internal::CodeEntry
profile-generator.cc 107 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
126 return name_prefix_ == entry->name_prefix_ && name_ == entry->name_ &&

Completed in 1039 milliseconds