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

  /external/chromium/base/threading/
worker_pool_posix.cc 103 terminated_(false),
117 DCHECK(!terminated_) << "Thread pool is already terminated.";
118 terminated_ = true;
125 DCHECK(!terminated_) <<
145 if (terminated_)
worker_pool_posix.h 79 bool terminated_; member in class:base::PosixDynamicThreadPool

Completed in 508 milliseconds