OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gEventPending
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h
21
extern UINTN
gEventPending
;
Tpl.c
126
while (((-2 << NewTpl) &
gEventPending
) != 0) {
127
gEfiCurrentTpl = (UINTN) HighBitSet64 (
gEventPending
);
Event.c
36
///
gEventPending
- A bitmask of the EventQueues that are pending
38
UINTN
gEventPending
= 0;
208
gEventPending
&= ~(UINTN)(1 << Priority);
245
gEventPending
|= (UINTN)(1 << Event->NotifyTpl);
Completed in 44 milliseconds