Searched refs:hThread (Results 1 – 2 of 2) sorted by relevance
22 fn SetThreadAffinityMask(hThread: HANDLE, dwThreadAffinityMask: usize) -> usize; in SetThreadAffinityMask()
112 HANDLE hThread = CreateThread(NULL, // default security attributes in Start() local118 if (hThread == nullptr) { in Start()