Searched refs:thread_handles (Results 1 – 2 of 2) sorted by relevance
358 HANDLE thread_handles[kNFds]; in Communicate() local374 thread_handles[thread_count] = in Communicate()389 thread_handles[thread_count] = in Communicate()404 thread_handles[thread_count] = in Communicate()417 DWORD wait_result = WaitForMultipleObjects(thread_count, thread_handles, in Communicate()428 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()