Lines Matching defs:PRIntervalTime
363 typedef PRUint32 PRIntervalTime;
370 NSPR_API(PRIntervalTime) PR_IntervalNow(void);
372 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
373 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
374 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
375 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
376 NSPR_API(PRUint32) PR_IntervalToMilliseconds(PRIntervalTime ticks);
377 NSPR_API(PRUint32) PR_IntervalToMicroseconds(PRIntervalTime ticks);
385 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
462 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
493 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
597 PRIntervalTime postTime;