Home
last modified time | relevance | path

Searched refs:thread_handles_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/synchronization/
Dcondition_variable_unittest.cc133 scoped_ptr<PlatformThreadHandle[]> thread_handles_; member in base::__anon7240408c0111::WorkQueue
498 thread_handles_(new PlatformThreadHandle[thread_count]), in WorkQueue()
514 thread_handles_[i] = pth; in WorkQueue()
526 PlatformThread::Join(thread_handles_[i]); in ~WorkQueue()