Searched defs:_MDSemaphore (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_bsdi.h137 struct _MDSemaphore { struct
H A D_nec.h122 struct _MDSemaphore { struct
H A D_nextstep.h155 struct _MDSemaphore { struct
H A D_rhapsody.h123 struct _MDSemaphore { struct
H A D_sony.h113 struct _MDSemaphore { struct
H A D_aix.h173 struct _MDSemaphore { struct
H A D_darwin.h200 struct _MDSemaphore { struct
H A D_dgux.h127 struct _MDSemaphore { struct
H A D_freebsd.h177 struct _MDSemaphore { struct
H A D_hpux.h152 struct _MDSemaphore { struct
H A D_linux.h389 struct _MDSemaphore { struct
H A D_ncr.h138 struct _MDSemaphore { struct
H A D_netbsd.h233 struct _MDSemaphore { struct
H A D_nspr_pthread.h129 struct _MDSemaphore { struct
H A D_nto.h142 struct _MDSemaphore { struct
H A D_openbsd.h151 struct _MDSemaphore { struct
H A D_qnx.h133 struct _MDSemaphore { struct
H A D_reliantunix.h123 struct _MDSemaphore { struct
H A D_scoos.h128 struct _MDSemaphore { struct
H A D_sunos4.h157 struct _MDSemaphore { struct
H A D_unixware.h127 struct _MDSemaphore { struct
H A D_irix.h273 struct _MDSemaphore { struct
H A D_openvms.h217 struct _MDSemaphore { struct
H A D_osf1.h153 struct _MDSemaphore { struct
H A D_beos.h126 struct _MDSemaphore { struct
505 NSPR_API(void) _MD_new_sem(struct _MDSemaphore *md, PRUintn value);
506 NSPR_API(void) _MD_destroy_sem(struct _MDSemaphore *md);
507 NSPR_API(PRStatus) _MD_timed_wait_sem(struct _MDSemaphore *md, PRIntervalTime timeout);
508 NSPR_API(PRStatus) _MD_wait_sem(struct _MDSemaphore *md);
509 NSPR_API(void) _MD_post_sem(struct _MDSemaphore *md);

Completed in 59 milliseconds

12