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

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 15 // EventCount allows to wait for arbitrary predicates in non-blocking
22 // EventCount::Waiter& w = waiters[my_index];
49 class EventCount {
53 EventCount(MaxSizeVector<Waiter>& waiters) : waiters_(waiters) {
59 ~EventCount() {
171 friend class EventCount;
227 EventCount(const EventCount&) = delete;
228 void operator=(const EventCount&) = delete;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 786 UINTN *EventCount;
796 EventCount = NULL;
837 EventCount = AllocateZeroPool (sizeof (UINTN));
838 if (EventCount == NULL) {
844 FreePool (EventCount);
850 *EventCount = TempCount;
853 DEBUG ((EFI_D_BLKIO, "AccessAtaDevice, EventCount=%x\n", TempCount));
886 SubTask->UnsignalledEventCount = EventCount;
936 *EventCount = (*EventCount) - (TempCount - Index);
    [all...]

Completed in 1606 milliseconds