Home | Sort by relevance Sort by last modified time |
/external/libchrome/base/threading/ | |
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::__anon15876::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.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 |
/external/v8/src/profiler/ | |
profile-generator.h | 50 const char* name_prefix() const { return name_prefix_; } 51 bool has_name_prefix() const { return name_prefix_[0] != '\0'; } 115 const char* name_prefix_; member in class:v8::internal::CodeEntry |