Searched refs:thread_handles_ (Results 1 – 1 of 1) sorted by relevance
136 scoped_ptr<PlatformThreadHandle[]> thread_handles_; member in base::__anon414633000111::WorkQueue501 thread_handles_(new PlatformThreadHandle[thread_count]), in WorkQueue()517 thread_handles_[i] = pth; in WorkQueue()529 PlatformThread::Join(thread_handles_[i]); in ~WorkQueue()