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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c1029 * of the wasPending and lastTime arguments
1034 * wasPending: PR_TRUE if the last time _md_EventIsStarved was called
1043 PRBool *wasPending, PRUint32 *lastTime,
1046 if (*wasPending && isPending) {
1066 *wasPending = PR_TRUE;
1071 *wasPending = PR_FALSE;
1042 _md_EventIsStarved(PRBool isPending, PRUint32 starvationLimit, PRBool *wasPending, PRUint32 *lastTime, PRUint32 currentTime) argument

Completed in 37 milliseconds