PRLock             46 net/third_party/nss/ssl/sslmutex.h         PRLock* sslLock;
PRLock             61 net/third_party/nss/ssl/sslmutex.h         PRLock* sslLock;
PRLock             79 net/third_party/nss/ssl/sslmutex.h         PRLock* sslLock;
PRLock             93 net/third_party/nss/ssl/sslmutex.h         PRLock* sslLock;
PRLock             81 third_party/npapi/npspy/extern/nspr/md/_macos.h 	PRLock *     asyncIOLock;
PRLock            125 third_party/npapi/npspy/extern/nspr/md/_macos.h     PRLock *        miscLock;
PRLock             98 third_party/npapi/npspy/extern/nspr/md/_os2.h extern struct PRLock                      *_pr_schedLock;
PRLock            228 third_party/npapi/npspy/extern/nspr/md/_solaris.h extern struct PRLock *_pr_schedLock;
PRLock             64 third_party/npapi/npspy/extern/nspr/md/_win16.h extern struct PRLock        *_pr_schedLock;
PRLock             80 third_party/npapi/npspy/extern/nspr/md/_win95.h extern struct PRLock                      *_pr_schedLock;
PRLock            100 third_party/npapi/npspy/extern/nspr/md/_winnt.h extern struct PRLock                      *_pr_schedLock;
PRLock             56 third_party/npapi/npspy/extern/nspr/prcvar.h NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
PRLock            291 third_party/npapi/npspy/extern/nspr/private/pprthred.h NSPR_API(PRBool) PR_TestAndLock(PRLock *lock);
PRLock             63 third_party/npapi/npspy/extern/nspr/prlock.h typedef struct PRLock PRLock;
PRLock             80 third_party/npapi/npspy/extern/nspr/prlock.h NSPR_API(PRLock*) PR_NewLock(void);
PRLock             91 third_party/npapi/npspy/extern/nspr/prlock.h NSPR_API(void) PR_DestroyLock(PRLock *lock);
PRLock            102 third_party/npapi/npspy/extern/nspr/prlock.h NSPR_API(void) PR_Lock(PRLock *lock);
PRLock            114 third_party/npapi/npspy/extern/nspr/prlock.h NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
PRLock             91 third_party/npapi/npspy/extern/nspr/prolock.h typedef PRLock PROrderedLock;
PRLock             52 third_party/npapi/npspy/extern/nspr/prpdce.h #define _PR_NAKED_CV_LOCK (PRLock*)0xdce1dce1
PRLock             62 third_party/npapi/npspy/extern/nspr/prpdce.h NSPR_API(PRStatus) PRP_TryLock(PRLock *lock);
PRLock             93 third_party/npapi/npspy/extern/nspr/prpdce.h 	PRCondVar *cvar, PRLock *lock, PRIntervalTime timeout);