Searched defs:mDispatcherLock (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c62 EFI_LOCK mDispatcherLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_HIGH_LEVEL); variable
208 Enter critical section by gaining lock on mDispatcherLock.
216 CoreAcquireLock (&mDispatcherLock);
221 Exit critical section by releasing lock on mDispatcherLock.
229 CoreReleaseLock (&mDispatcherLock);

Completed in 63 milliseconds