Searched refs:thread_handles_ (Results 1 – 1 of 1) sorted by relevance
127 scoped_array<PlatformThreadHandle> thread_handles_; member in __anonca0a39970111::WorkQueue498 thread_handles_(new PlatformThreadHandle[thread_count]), in WorkQueue()514 thread_handles_[i] = pth; in WorkQueue()526 PlatformThread::Join(thread_handles_[i]); in ~WorkQueue()