Lines Matching defs:PRIntervalTime
72 typedef PRUint32 PRIntervalTime;
79 ** platform dependent type, PRIntervalTime. These constants bound both
80 ** the period and the resolution of a PRIntervalTime.
89 ** Two reserved constants are defined in the PRIntervalTime namespace.
108 ** RETURN: PRIntervalTime
113 ** The units of PRIntervalTime are platform dependent. They are chosen
119 NSPR_API(PRIntervalTime) PR_IntervalNow(void);
147 ** RETURN: PRIntervalTime
156 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
157 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
158 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
166 ** INPUTS: PRIntervalTime
177 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
178 NSPR_API(PRUint32) PR_IntervalToMilliseconds(PRIntervalTime ticks);
179 NSPR_API(PRUint32) PR_IntervalToMicroseconds(PRIntervalTime ticks);