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

  /external/chromium/base/threading/
worker_pool_posix.cc 57 : name_prefix_(name_prefix),
64 const std::string name_prefix_; member in class:base::__anon4216::WorkerThread
73 "%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId());
99 : name_prefix_(name_prefix),
137 new WorkerThread(name_prefix_, idle_seconds_before_exit_, this);
simple_thread.h 90 std::string name_prefix() { return name_prefix_; }
108 const std::string name_prefix_; member in class:base::SimpleThread
174 const std::string name_prefix_; member in class:base::DelegateSimpleThreadPool
simple_thread.cc 14 : name_prefix_(name_prefix), name_(name_prefix),
20 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
45 // Construct our full name of the form "name_prefix_/TID".
81 : name_prefix_(name_prefix),
95 DelegateSimpleThread* thread = new DelegateSimpleThread(this, name_prefix_);
worker_pool_posix.h 68 const std::string name_prefix_; member in class:base::PosixDynamicThreadPool
  /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::__anon6456::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 44 name_prefix_(name_prefix),
profile-generator.h 83 const char* name_prefix() const { return name_prefix_; }
84 bool has_name_prefix() const { return name_prefix_[0] != '\0'; }
117 const char* name_prefix_; member in class:v8::internal::CodeEntry
profile-generator.cc 180 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
199 || (name_prefix_ == entry->name_prefix_
  /external/v8/src/
profile-generator-inl.h 53 name_prefix_(name_prefix),
profile-generator.h 105 INLINE(const char* name_prefix() const) { return name_prefix_; }
106 INLINE(bool has_name_prefix() const) { return name_prefix_[0] != '\0'; }
124 const char* name_prefix_; member in class:v8::internal::CodeEntry
    [all...]
profile-generator.cc 176 name_prefix_ = source.name_prefix_;
190 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
209 || (name_prefix_ == entry->name_prefix_
    [all...]

Completed in 547 milliseconds