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

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_rhapsody.h 198 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
_darwin.h 236 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
_freebsd.h 235 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
_nextstep.h 230 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout);
_nspr_pthread.h 268 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout);
269 #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);
_irix.h 411 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout);
412 #define _MD_WAIT _MD_wait
_linux.h 465 extern PRStatus _MD_WAIT(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
_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

Completed in 53 milliseconds