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

  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 75 static LONG pendingTimers;
101 InterlockedExchange(&pendingTimers, 0);
145 if (InterlockedIncrement(&pendingTimers) == 1)
186 if (InterlockedIncrement(&pendingTimers) == 1)
  /external/qemu/android/
looper-generic.c 418 GLoopTimer* pendingTimers = NULL;
419 GLoopTimer** pendingLastP = &pendingTimers;
442 while ((timer = pendingTimers) != NULL) {
443 pendingTimers = timer->activeNext;

Completed in 1117 milliseconds