Home | History | Annotate | Download | only in nspr

Lines Matching defs:lock

48 ** 	"lock" is the lock used to protect the condition variable.
56 NSPR_API(PRCondVar*) PR_NewCondVar(PRLock *lock);
69 ** caller specified amount of time expires. The lock associated with
75 ** the lock that it held when wait was called.
81 ** is to release the lock, possibly causing a rescheduling within the
82 ** runtime, then immediately attempting to reacquire the lock and resume.
87 ** being protected by the lock and tested explicitly for an expired
90 ** Returns PR_FAILURE if the caller has not locked the lock associated
102 ** The calling thead must hold the lock that protects the condition, as
106 ** Returns PR_FAILURE if the caller has not locked the lock associated
113 ** that the threads are notified is indeterminant. The lock that protects
116 ** Returns PR_FAILURE if the caller has not locked the lock associated