Home
last modified time | relevance | path

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

/external/chromium/base/
Dcondition_variable_unittest.cc127 scoped_array<PlatformThreadHandle> thread_handles_; member in __anonca0a39970111::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()