Home
last modified time | relevance | path

Searched refs:gEventQueue (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c33 LIST_ENTRY gEventQueue[TPL_HIGH_LEVEL + 1]; variable
138 InitializeListHead (&gEventQueue[Index]); in CoreInitializeEventServices()
174 Head = &gEventQueue[Priority]; in CoreDispatchEventNotifies()
244 InsertTailList (&gEventQueue[Event->NotifyTpl], &Event->NotifyLink); in CoreNotifyEvent()