Lines Matching defs:PRIntervalTime
299 typedef PRUint32 PRIntervalTime;
306 NSPR_API(PRIntervalTime) PR_IntervalNow(void);
308 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
309 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
310 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
311 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
312 NSPR_API(PRUint32) PR_IntervalToMilliseconds(PRIntervalTime ticks);
313 NSPR_API(PRUint32) PR_IntervalToMicroseconds(PRIntervalTime ticks);
321 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
398 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
429 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
533 PRIntervalTime postTime;