Home | Sort by relevance Sort by last modified time |
/external/chromium_org/base/threading/ | |
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::__anon7158::WorkerThread 86 "%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId()); 128 : name_prefix_(name_prefix), 170 new WorkerThread(name_prefix_, this); |
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 |
/external/chromium_org/v8/src/ | |
profile-generator.h | 60 const char* name_prefix() const { return name_prefix_; } 61 bool has_name_prefix() const { return name_prefix_[0] != '\0'; } 94 const char* name_prefix_; member in class:v8::internal::CodeEntry |