Searched refs:name_prefix_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium/base/threading/
H A Dworker_pool_posix.cc57 : name_prefix_(name_prefix),
64 const std::string name_prefix_; member in class:base::__anon1810::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);
H A Dsimple_thread.cc14 : 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_);
H A Dworker_pool_posix.h68 const std::string name_prefix_; member in class:base::PosixDynamicThreadPool
H A Dsimple_thread.h90 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
/external/chromium_org/base/threading/
H A Dworker_pool_posix.cc71 : name_prefix_(name_prefix),
77 const std::string name_prefix_; member in class:base::__anon4050::WorkerThread
86 "%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId());
128 : name_prefix_(name_prefix),
170 new WorkerThread(name_prefix_, this);
H A Dsimple_thread.h90 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
H A Dsimple_thread.cc15 : 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_);
H A Dworker_pool_posix.h77 const std::string name_prefix_; member in class:base::PosixDynamicThreadPool
/external/chromium_org/v8/src/
H A Dprofile-generator-inl.h44 name_prefix_(name_prefix),
H A Dprofile-generator.h83 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
H A Dprofile-generator.cc180 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
199 || (name_prefix_ == entry->name_prefix_
/external/v8/src/
H A Dprofile-generator-inl.h53 name_prefix_(name_prefix),
H A Dprofile-generator.h105 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
H A Dprofile-generator.cc176 name_prefix_ = source.name_prefix_;
190 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)),
209 || (name_prefix_ == entry->name_prefix_

Completed in 1284 milliseconds