HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_PRIORITY_IDLE (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 48 case DE_THREADPRIORITY_LOWEST: return THREAD_PRIORITY_IDLE;
  /external/fio/os/
os-windows.h 269 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1;
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 418 #define THREAD_PRIORITY_IDLE THREAD_BASE_PRIORITY_IDLE
    [all...]

Completed in 151 milliseconds