Searched refs:threadID (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 202 DWORD threadID; in CheckForCompilerFeature() local 298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature() 299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature() 337 DWORD threadID; in CheckForLinkerFeature() local 432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature() 433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
|