Searched defs:_PR_LOCK (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nspr_pthread.h192 #define _PR_LOCK(lock) pthread_mutex_lock(lock) macro
199 _PR_LOCK(_pr_heapLock); \
210 #define _MD_LOCK(_lockp) _PR_LOCK(&(_lockp)->mutex)
H A D_irix.h197 _PR_LOCK(_pr_heapLock); \
228 #define _PR_LOCK(lock) { \ macro
251 #define _MD_LOCK(_lockp) _PR_LOCK((_lockp)->lock)
H A D_os2.h373 #define _PR_LOCK _MD_LOCK macro
H A D_win16.h377 #define _PR_LOCK _MD_LOCK macro
H A D_win95.h381 #define _PR_LOCK _MD_LOCK macro
H A D_winnt.h418 #define _PR_LOCK _MD_LOCK macro

Completed in 241 milliseconds