Searched refs:OSKey_Thread (Results 1 – 1 of 1) sorted by relevance
37 static HANDLE OSKey_Thread; variable47 OSKey_Thread = CreateThread(NULL, in console_lowlevel_init()53 if (OSKey_Thread == NULL) in console_lowlevel_init()59 SetThreadPriority(OSKey_Thread, in console_lowlevel_init()61 SetThreadPriorityBoost(OSKey_Thread, in console_lowlevel_init()63 SetThreadAffinityMask(OSKey_Thread, in console_lowlevel_init()68 ResumeThread(OSKey_Thread); in console_lowlevel_init()82 static pthread_t OSKey_Thread;88 res = pthread_create(&OSKey_Thread, NULL, &ThreadforKeyGet, NULL);
Completed in 4 milliseconds