Searched defs:lastTime (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c1029 * of the wasPending and lastTime arguments
1037 * lastTime: Holds the last time the event was in the queue.
1043 PRBool *wasPending, PRUint32 *lastTime,
1052 if ((currentTime - *lastTime) > starvationLimit) {
1065 *lastTime = currentTime;
1042 _md_EventIsStarved(PRBool isPending, PRUint32 starvationLimit, PRBool *wasPending, PRUint32 *lastTime, PRUint32 currentTime) argument

Completed in 48 milliseconds