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

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_bsdi.h133 struct _MDLock { struct
H A D_nec.h118 struct _MDLock { struct
H A D_nextstep.h151 struct _MDLock { struct
H A D_rhapsody.h119 struct _MDLock { struct
H A D_sony.h109 struct _MDLock { struct
H A D_aix.h169 struct _MDLock { struct
H A D_darwin.h196 struct _MDLock { struct
H A D_dgux.h123 struct _MDLock { struct
H A D_freebsd.h173 struct _MDLock { struct
H A D_hpux.h148 struct _MDLock { struct
H A D_linux.h385 struct _MDLock { struct
H A D_ncr.h134 struct _MDLock { struct
H A D_netbsd.h229 struct _MDLock { struct
H A D_nspr_pthread.h125 struct _MDLock { struct
207 NSPR_API(PRStatus) _MD_NEW_LOCK(struct _MDLock *md);
208 NSPR_API(void) _MD_FREE_LOCK(struct _MDLock *lockp);
H A D_nto.h138 struct _MDLock { struct
H A D_openbsd.h147 struct _MDLock { struct
H A D_qnx.h129 struct _MDLock { struct
H A D_reliantunix.h119 struct _MDLock { struct
H A D_scoos.h124 struct _MDLock { struct
H A D_sunos4.h153 struct _MDLock { struct
H A D_unixware.h123 struct _MDLock { struct
H A D_irix.h218 struct _MDLock { struct
248 NSPR_API(PRStatus) _MD_NEW_LOCK(struct _MDLock *md);
249 NSPR_API(void) _MD_FREE_LOCK(struct _MDLock *lockp);
H A D_openvms.h213 struct _MDLock { struct
H A D_osf1.h149 struct _MDLock { struct
H A D_beos.h115 struct _MDLock { struct
498 NSPR_API(PRStatus) _MD_new_lock(struct _MDLock *md);
499 NSPR_API(void) _MD_free_lock(struct _MDLock *md);
500 NSPR_API(void) _MD_lock(struct _MDLock *md);
501 NSPR_API(PRIntn) _MD_test_and_lock(struct _MDLock *md);
502 NSPR_API(void) _MD_unlock(struct _MDLock *md);
512 // NSPR_API(void) _MD_wait_cv(struct _MDCVar *mdCVar, struct _MDLock *mdLock, PRIntervalTime timeout);
513 // NSPR_API(void) _MD_notify_cv(struct _MDCVar *md, struct _MDLock *lock);
514 // NSPR_API(void) _MD_notifyall_cv(struct _MDCVar *md, struct _MDLock *lock);

Completed in 78 milliseconds

12