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

  /external/chromium/base/
simple_thread.h 77 : name_prefix_(name_prefix), name_(name_prefix),
80 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
95 std::string name_prefix() { return name_prefix_; }
110 const std::string name_prefix_; member in class:base::SimpleThread
156 : name_prefix_(name_prefix), num_threads_(num_threads),
179 const std::string name_prefix_; member in class:base::DelegateSimpleThreadPool
worker_pool_linux.cc 54 : name_prefix_(name_prefix),
61 const std::string name_prefix_; member in class:__anon2488::WorkerThread
70 StringPrintf("%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId());
98 : name_prefix_(name_prefix),
136 new WorkerThread(name_prefix_, idle_seconds_before_exit_, this);
worker_pool_linux.h 67 const std::string name_prefix_; member in class:base::LinuxDynamicThreadPool
simple_thread.cc 30 // Construct our full name of the form "name_prefix_/TID".
61 DelegateSimpleThread* thread = new DelegateSimpleThread(this, name_prefix_);

Completed in 30 milliseconds