Searched refs:thread_handles (Results 1 – 2 of 2) sorted by relevance
356 HANDLE thread_handles[kNFds]; in Communicate() local372 thread_handles[thread_count] = in Communicate()387 thread_handles[thread_count] = in Communicate()402 thread_handles[thread_count] = in Communicate()415 DWORD wait_result = WaitForMultipleObjects(thread_count, thread_handles, in Communicate()426 if (GetExitCodeThread(thread_handles[i], &exit_code)) { in Communicate()
295 std::unique_ptr<PlatformThreadHandle[]> thread_handles; in TEST_P() local298 thread_handles.reset(new PlatformThreadHandle[numthreads]); in TEST_P()306 thread_handles[index] = pth; in TEST_P()311 PlatformThread::Join(thread_handles[index]); in TEST_P()