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

  /external/libchrome/base/threading/
simple_thread.cc 95 DelegateSimpleThreadPool::DelegateSimpleThreadPool(
103 DelegateSimpleThreadPool::~DelegateSimpleThreadPool() {
109 void DelegateSimpleThreadPool::Start() {
118 void DelegateSimpleThreadPool::JoinAll() {
133 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
142 void DelegateSimpleThreadPool::Run() {
simple_thread.h 151 // DelegateSimpleThreadPool allows you to start up a fixed number of threads,
160 class BASE_EXPORT DelegateSimpleThreadPool
165 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
166 ~DelegateSimpleThreadPool() override;
194 DISALLOW_COPY_AND_ASSIGN(DelegateSimpleThreadPool);

Completed in 56 milliseconds