Searched refs:_MDSemaphore (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntsem.c48 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)
54 _PR_MD_DESTROY_SEM(_MDSemaphore *md)
60 _PR_MD_TIMED_WAIT_SEM(_MDSemaphore *md, PRIntervalTime ticks)
73 _PR_MD_WAIT_SEM(_MDSemaphore *md)
79 _PR_MD_POST_SEM(_MDSemaphore *md)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sem.c47 _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value)
59 _PR_MD_DESTROY_SEM(_MDSemaphore *md)
68 _PR_MD_TIMED_WAIT_SEM(_MDSemaphore *md, PRIntervalTime ticks)
80 _PR_MD_WAIT_SEM(_MDSemaphore *md)
86 _PR_MD_POST_SEM(_MDSemaphore *md)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
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);
H A D_bsdi.h137 struct _MDSemaphore { struct
H A D_dgux.h127 struct _MDSemaphore { struct
H A D_hpux.h152 struct _MDSemaphore { struct
H A D_ncr.h138 struct _MDSemaphore { struct
H A D_nec.h122 struct _MDSemaphore { struct
H A D_nto.h142 struct _MDSemaphore { struct
H A D_openbsd.h151 struct _MDSemaphore { struct
H A D_osf1.h153 struct _MDSemaphore { struct
H A D_qnx.h133 struct _MDSemaphore { struct
H A D_rhapsody.h123 struct _MDSemaphore { struct
H A D_scoos.h128 struct _MDSemaphore { struct
H A D_sony.h113 struct _MDSemaphore { struct
H A D_unixware.h127 struct _MDSemaphore { struct
H A D_solaris.h397 struct _MDSemaphore { struct
407 struct _MDSemaphore waiter_sem;
717 struct _MDSemaphore {
H A D_aix.h173 struct _MDSemaphore { struct
H A D_darwin.h200 struct _MDSemaphore { struct
H A D_freebsd.h177 struct _MDSemaphore { struct
H A D_netbsd.h233 struct _MDSemaphore { struct
H A D_nextstep.h155 struct _MDSemaphore { struct
H A D_nspr_pthread.h129 struct _MDSemaphore { struct
H A D_openvms.h217 struct _MDSemaphore { struct
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h152 typedef struct _MDSemaphore _MDSemaphore; typedef in typeref:struct:_MDSemaphore
908 NSPR_API(void) _PR_MD_NEW_SEM(_MDSemaphore *md, PRUintn value);
911 NSPR_API(void) _PR_MD_DESTROY_SEM(_MDSemaphore *md);
915 _MDSemaphore *md, PRIntervalTime timeout);
918 NSPR_API(PRStatus) _PR_MD_WAIT_SEM(_MDSemaphore *md);
921 NSPR_API(void) _PR_MD_POST_SEM(_MDSemaphore *md);
1509 _MDSemaphore md;

Completed in 92 milliseconds

12