Searched refs:thread_handles_ (Results 1 – 1 of 1) sorted by relevance
138 std::unique_ptr<PlatformThreadHandle[]> thread_handles_; member in base::__anon39cf34e60111::WorkQueue509 thread_handles_(new PlatformThreadHandle[thread_count]), in WorkQueue()525 thread_handles_[i] = pth; in WorkQueue()537 PlatformThread::Join(thread_handles_[i]); in ~WorkQueue()