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

  /external/chromium/base/threading/
worker_pool_posix.h 68 const std::string name_prefix_; member in class:base::PosixDynamicThreadPool
worker_pool_posix.cc 57 : name_prefix_(name_prefix),
64 const std::string name_prefix_; member in class:base::__anon3198::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
  /external/v8/src/
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...]

Completed in 34 milliseconds