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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 49 UINT32 SignalCount;
Event.c 191 Event->SignalCount = 0;
551 if (Event->SignalCount == 0x00000000) {
552 Event->SignalCount++;
613 if ((Event->SignalCount == 0) && ((Event->Type & EVT_NOTIFY_WAIT) != 0)) {
619 if (Event->SignalCount == 0) {
629 if (Event->SignalCount != 0) {
632 if (Event->SignalCount != 0) {
633 Event->SignalCount = 0;

Completed in 69 milliseconds