Searched defs:DelegateSimpleThreadPool (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dsimple_thread.cc78 DelegateSimpleThreadPool::DelegateSimpleThreadPool( function in class:base::DelegateSimpleThreadPool
86 DelegateSimpleThreadPool::~DelegateSimpleThreadPool() {
92 void DelegateSimpleThreadPool::Start() {
101 void DelegateSimpleThreadPool::JoinAll() {
116 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
125 void DelegateSimpleThreadPool::Run() {
H A Dsimple_thread.h138 // DelegateSimpleThreadPool allows you to start up a fixed number of threads,
147 class BASE_API DelegateSimpleThreadPool class in namespace:base
152 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
153 virtual ~DelegateSimpleThreadPool();

Completed in 143 milliseconds