HomeSort by relevance Sort by last modified time
    Searched refs:PRIntervalTime (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinrval.h 58 typedef PRUint32 PRIntervalTime;
65 ** platform dependent type, PRIntervalTime. These constants bound both
66 ** the period and the resolution of a PRIntervalTime.
75 ** Two reserved constants are defined in the PRIntervalTime namespace.
94 ** RETURN: PRIntervalTime
99 ** The units of PRIntervalTime are platform dependent. They are chosen
105 NSPR_API(PRIntervalTime) PR_IntervalNow(void);
133 ** RETURN: PRIntervalTime
142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
143 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli)
    [all...]
plresolv.h 72 PRIntn bufsize, PRIntervalTime timeout,
73 PRHostEnt *hostentry, PRIntervalTime *ttl);
77 PRIntn bufsize, PRIntervalTime timeout,
78 PRHostEnt *hostentry, PRIntervalTime *ttl);
prcmon.h 73 NSPR_API(PRStatus) PR_CWait(void *address, PRIntervalTime timeout);
prcvar.h 94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
prmon.h 92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
prpdce.h 93 PRCondVar *cvar, PRLock *lock, PRIntervalTime timeout);
prio.h 245 PRIntervalTime linger; /* Time to linger before closing */
340 PRIntervalTime timeout);
342 PRFileDesc *fd, const PRNetAddr *addr, PRIntervalTime timeout);
344 PRFileDesc *fd, PRNetAddr *addr, PRIntervalTime timeout);
350 PRIntn flags, PRIntervalTime timeout);
353 PRIntn flags, PRIntervalTime timeout);
356 PRIntn flags, PRNetAddr *addr, PRIntervalTime timeout);
359 PRIntn flags, const PRNetAddr *addr, PRIntervalTime timeout);
364 void *buf, PRInt32 amount, PRIntervalTime t);
367 PRInt32 hlen, PRTransmitFileFlags flags, PRIntervalTime t)
    [all...]
prtpool.h 54 PRIntervalTime timeout;
92 PR_QueueJob_Timer(PRThreadPool *tpool, PRIntervalTime timeout,
prmwait.h 143 PRIntervalTime timeout; /* time allowed for entire operation */
prthread.h 264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h 56 ** the period is much larger than a PRIntervalTime (see prinrval.h).
128 ** PRIntervalTime period Interval over which the notifies
159 PRAlarm *alarm, PRIntervalTime period, PRUint32 rate,
167 ** PRIntervalTime period Interval over which the notifies
185 PRAlarmID *id, PRIntervalTime period, PRUint32 rate);
probslet.h 106 ** PRIntervalTime timeout
130 PR_fd_set *exceptfds, PRIntervalTime timeout);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprio.h 171 PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout);
179 PRTransmitFileFlags flags, PRIntervalTime timeout);
191 PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime t);
215 PRIntervalTime t,
228 PRIntervalTime timeout);
pprthred.h 317 NSPR_API(void) PR_Mac_WaitForAsyncNotify(PRIntervalTime timeout);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 447 NSPR_API(PRInt32) _MD_pause_cpu(PRIntervalTime timeout);
486 NSPR_API(PRStatus) _MD_wait(PRThread *, PRIntervalTime timeout);
504 NSPR_API(PRStatus) _MD_timed_wait_sem(struct _MDSemaphore *md, PRIntervalTime timeout);
509 // NSPR_API(void) _MD_wait_cv(struct _MDCVar *mdCVar, struct _MDLock *mdLock, PRIntervalTime timeout);
526 NSPR_API(PRInt32) _MD_writev(PRFileDesc *fd, const PRIOVec *iov, PRInt32 iov_size, PRIntervalTime timeout);
540 NSPR_API(PRInt32) _MD_pr_poll(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout);
544 NSPR_API(PRInt32) _MD_connect(PRFileDesc *fd, const PRNetAddr *addr, PRUint32 addrlen, PRIntervalTime timeout);
545 NSPR_API(PRInt32) _MD_accept(PRFileDesc *fd, PRNetAddr *addr, PRUint32 *addrlen, PRIntervalTime timeout);
549 NSPR_API(PRInt32) _MD_recv(PRFileDesc *fd, void *buf, PRInt32 amount, PRIntn flags, PRIntervalTime timeout);
550 NSPR_API(PRInt32) _MD_send(PRFileDesc *fd, const void *buf, PRInt32 amount, PRIntn flags, PRIntervalTime timeout)
    [all...]
_unixos.h 90 extern PRIntervalTime intr_timeout_ticks;
123 PRIntervalTime timeout; /* timeout, in ticks */
134 PRIntervalTime timeout);
335 extern void _MD_PauseCPU(PRIntervalTime timeout);
353 PRTransmitFileFlags flags, PRIntervalTime timeout);
388 PRUint32 addrlen, PRIntervalTime timeout);
391 PRIntervalTime timeout);
401 PRIntn flags, PRIntervalTime timeout);
404 PRIntn flags, PRIntervalTime timeout);
408 PRIntervalTime timeout)
    [all...]
_rhapsody.h 198 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
210 extern PRIntervalTime _PR_UNIX_GetInterval(void);
211 extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
_darwin.h 236 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
248 extern PRIntervalTime _PR_UNIX_GetInterval(void);
249 extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
_freebsd.h 235 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
242 extern PRIntervalTime _PR_UNIX_GetInterval(void);
243 extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
_nextstep.h 230 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
237 extern PRIntervalTime _PR_UNIX_GetInterval(void);
238 extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
_solaris.h 158 NSPR_API(PRIntervalTime) _MD_Solaris_GetInterval(void);
160 NSPR_API(PRIntervalTime) _MD_Solaris_TicksPerSecond(void);
352 extern PRStatus _MD_wait(struct PRThread *, PRIntervalTime timeout);
776 extern PRStatus _MD_WAIT(struct PRThread *, PRIntervalTime timeout);
786 NSPR_API(PRIntervalTime) _MD_Solaris_GetInterval(void);
788 NSPR_API(PRIntervalTime) _MD_Solaris_TicksPerSecond(void);
_aix.h 85 extern PRIntervalTime _MD_AixGetInterval(void);
88 extern PRIntervalTime _MD_AixIntervalPerSec(void);
_openvms.h 283 extern PRIntervalTime _PR_UNIX_GetInterval(void);
285 extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc 177 PRInt32 iov_size, PRIntervalTime timeout) {
183 PRIntervalTime timeout) {
189 PRIntervalTime timeout) {
214 PRIntn flags, PRIntervalTime to) {
229 PRIntervalTime to) {
237 PRNetAddr *addr, PRIntervalTime to) {
244 const PRNetAddr *addr, PRIntervalTime to) {
257 void *buf, PRInt32 amount, PRIntervalTime t) {
264 PRTransmitFileFlags flags, PRIntervalTime t) {
316 PRTransmitFileFlags flags, PRIntervalTime to)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.cc 159 PRInt32 iov_size, PRIntervalTime timeout) {
165 PRIntervalTime timeout) {
171 PRIntervalTime timeout) {
196 PRIntn flags, PRIntervalTime to) {
211 PRIntervalTime to) {
219 PRNetAddr *addr, PRIntervalTime to) {
226 const PRNetAddr *addr, PRIntervalTime to) {
239 void *buf, PRInt32 amount, PRIntervalTime t) {
246 PRTransmitFileFlags flags, PRIntervalTime t) {
298 PRTransmitFileFlags flags, PRIntervalTime to)
    [all...]

Completed in 402 milliseconds

1 2