HomeSort by relevance Sort by last modified time
    Searched defs:_MD_WAIT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 268 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout);
269 #define _MD_WAIT _MD_wait
_irix.h 411 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout);
412 #define _MD_WAIT _MD_wait
_beos.h 283 #define _MD_WAIT _MD_wait
486 NSPR_API(PRStatus) _MD_wait(PRThread *, PRIntervalTime timeout);
_macos.h 336 extern PRStatus _MD_wait(PRThread *thread, PRIntervalTime timeout);
337 #define _MD_WAIT _MD_wait
_solaris.h 352 extern PRStatus _MD_wait(struct PRThread *, PRIntervalTime timeout);
353 #define _MD_WAIT _MD_wait
776 extern PRStatus _MD_WAIT(struct PRThread *, PRIntervalTime timeout);
_os2.h 398 #define _MD_WAIT (_PR_MD_WAIT)
_win16.h 384 #define _MD_WAIT _PR_MD_WAIT
_win95.h 388 #define _MD_WAIT _PR_MD_WAIT
_winnt.h 419 #define _MD_WAIT _PR_MD_WAIT

Completed in 1374 milliseconds