logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

skipRelease - release lock on value.

Arguments

       list - list containing value to release.
       lock - lock to release.

Description

       Releases the lock on the value associated with <lock>.  Once the lock is released, the freeValue callback
       can be called and the item freed (see skipNewList()).

       MT-Level: Safe if <list> thread-safe.

Name

       skipRelease  - release lock on value.

Return Value

       None.

See Also

skipDelete(3), skipFreeList(3), skipRelease(3), skipInsert(3), skipSearch(3), skipNext(3), skipNewList

ClearSilver                                       12 July 2007                                    skipRelease(3)

Synopsis

       #include <util/skiplist.h>

       void skipRelease(skipList list, void *lock);

See Also