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

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_winnt.h401 #define _MD_LOCK(lock) EnterCriticalSection(&((lock)->mutex)) macro
405 #define _MD_LOCK(lock) \ macro
418 #define _PR_LOCK _MD_LOCK
427 #define _MD_IOQ_LOCK() _MD_LOCK(&_pr_ioq_lock)
H A D_solaris.h310 #define _MD_LOCK(md_lockp) _MD_lock(md_lockp) macro
312 #define _MD_LOCK(md_lockp) \ macro
324 #define _PR_LOCK_HEAP() if (_pr_heapLock) _MD_LOCK(&_pr_heapLock->md)
366 #define _MD_IOQ_LOCK() _MD_LOCK(&_pr_ioq_lock)
780 #define _MD_LOCK(lock)
H A D_os2.h373 #define _PR_LOCK _MD_LOCK
380 #define _MD_LOCK(lock) (SemRequest486(&((lock)->mutex), -1)) macro
393 #define _MD_LOCK(lock) (DosRequestMutexSem((lock)->mutex, SEM_INDEFINITE_WAIT)) macro
H A D_bsdi.h192 #define _MD_LOCK(lock) macro
H A D_dgux.h182 #define _MD_LOCK(lock) macro
H A D_hpux.h207 #define _MD_LOCK(lock) macro
H A D_ncr.h193 #define _MD_LOCK(lock) macro
H A D_nec.h177 #define _MD_LOCK(lock) macro
H A D_nto.h196 #define _MD_LOCK(lock) macro
H A D_openbsd.h206 #define _MD_LOCK(lock) macro
H A D_osf1.h210 #define _MD_LOCK(lock) macro
H A D_qnx.h187 #define _MD_LOCK(lock) macro
H A D_rhapsody.h178 #define _MD_LOCK(lock) macro
H A D_scoos.h183 #define _MD_LOCK(lock) macro
H A D_sony.h168 #define _MD_LOCK(lock) macro
H A D_unixware.h182 #define _MD_LOCK(lock) macro
H A D_win16.h377 #define _PR_LOCK _MD_LOCK
382 #define _MD_LOCK(l) macro
H A D_win95.h381 #define _PR_LOCK _MD_LOCK
386 #define _MD_LOCK(lock) EnterCriticalSection(&((lock)->mutex)) macro
H A D_aix.h231 #define _MD_LOCK(lock) macro
H A D_darwin.h255 #define _MD_LOCK(lock) macro
H A D_freebsd.h232 #define _MD_LOCK(lock) macro
H A D_netbsd.h288 #define _MD_LOCK(lock) macro
H A D_nextstep.h210 #define _MD_LOCK(lock) macro
H A D_nspr_pthread.h186 #define _MD_LOCK(lock)
210 #define _MD_LOCK(_lockp) _PR_LOCK(&(_lockp)->mutex) macro
H A D_openvms.h274 #define _MD_LOCK(lock) macro

Completed in 87 milliseconds

12