Searched refs:_PR_UNLOCK (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_nspr_pthread.h194 #define _PR_UNLOCK(lock) pthread_mutex_unlock(lock) macro
203 _PR_UNLOCK(_pr_heapLock); \
211 #define _MD_UNLOCK(_lockp) _PR_UNLOCK(&(_lockp)->mutex)
H A D_irix.h201 _PR_UNLOCK(_pr_heapLock); \
238 #define _PR_UNLOCK(lock) { \ macro
252 #define _MD_UNLOCK(_lockp) _PR_UNLOCK((_lockp)->lock)
H A D_os2.h374 #define _PR_UNLOCK _MD_UNLOCK macro
H A D_win16.h378 #define _PR_UNLOCK _MD_UNLOCK macro
H A D_win95.h382 #define _PR_UNLOCK _MD_UNLOCK macro
H A D_winnt.h419 #define _PR_UNLOCK _MD_UNLOCK macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c217 _PR_UNLOCK(arena_list_lock);
288 _PR_UNLOCK(arena_list_lock);
688 _PR_UNLOCK(sproc_list_lock);
733 _PR_UNLOCK(sproc_list_lock);

Completed in 275 milliseconds