Home
last modified time | relevance | path

Searched refs:ReadFromPipe (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c48 static DWORD WINAPI ReadFromPipe(LPVOID args);
298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature()
299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature()
432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature()
433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
463 ReadFromPipe( in ReadFromPipe() function