Searched refs:pendingTimers (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DSharedTimerWin.cpp75 static LONG pendingTimers; member in namespace:WebCore
101 InterlockedExchange(&pendingTimers, 0);
145 if (InterlockedIncrement(&pendingTimers) == 1)
186 if (InterlockedIncrement(&pendingTimers) == 1)
/external/qemu/android/
H A Dlooper-generic.c418 GLoopTimer* pendingTimers = NULL; local
419 GLoopTimer** pendingLastP = &pendingTimers;
442 while ((timer = pendingTimers) != NULL) {
443 pendingTimers = timer->activeNext;

Completed in 152 milliseconds