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