Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c202 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()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp5468 int threadID; in __kmp_balanced_affinity() local
5485 threadID = (tid % (chunk + 1)) % __kmp_nth_per_core; in __kmp_balanced_affinity()
5488 threadID = ((tid - big_cores) % chunk) % __kmp_nth_per_core; in __kmp_balanced_affinity()
5498 __kmp_topology->at(coreID * __kmp_nth_per_core + threadID).os_id; in __kmp_balanced_affinity()