Searched refs:KPRIORITY (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | thread2-r0drv-nt.cpp | 61 KPRIORITY Priority; 79 /*KPRIORITY oldPririty = */KeSetPriorityThread((PKTHREAD)pThread->Core.Key, Priority);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/ |
H A D | wdm.h | 40 typedef LONG KPRIORITY; typedef 1118 LONG WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN); 1120 LONG WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN); 1121 KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/ |
H A D | wdm.h | 40 typedef LONG KPRIORITY; typedef 1234 LONG WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN); 1236 LONG WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN); 1237 KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
|
Completed in 343 milliseconds