Home | History | Annotate | Download | only in util

Lines Matching full:lock

70  *              the lock returned in <plock> will be associated with
71 * the returned value. Until this lock is passed to
76 * plock - place for value lock (or NULL).
77 * Output: plock - set to value lock.
89 * the lock returned in <plock> will be associated with
90 * the returned value. Until this lock is passed to
96 * plock - place for value lock (or NULL).
97 * Output: plock - set to value lock.
103 void dictReleaseLock(dictCtx dict, void *lock);
105 * Function: dictReleaseLock - release lock on value.
106 * Description: Releases the lock on the value associated with <lock>. Once
107 * the lock is released, the dictCleanupFunc callback can
110 * lock - lock to release.