Searched refs:pipeThreads (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 190 HANDLE hProcess, h, pipeThreads[2]; in CheckForCompilerFeature() local 283 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature() 284 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature() 297 WaitForMultipleObjects(2, pipeThreads, TRUE, 500); in CheckForCompilerFeature() 298 CloseHandle(pipeThreads[0]); in CheckForCompilerFeature() 299 CloseHandle(pipeThreads[1]); in CheckForCompilerFeature() 324 HANDLE hProcess, h, pipeThreads[2]; in CheckForLinkerFeature() local 411 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature() 425 WaitForMultipleObjects(2, pipeThreads, TRUE, 500); in CheckForLinkerFeature() 426 CloseHandle(pipeThreads[0]); in CheckForLinkerFeature() [all …]
|