skiprelease(3) debian man page | unix.com

Man Page: skiprelease

Operating Environment: debian

Section: 3

skipRelease(3)							  util/skiplist.h						    skipRelease(3)

NAME
skipRelease - release lock on value.
SYNOPSIS
#include <util/skiplist.h> void skipRelease(skipList list, void *lock);
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.
RETURN VALUE
None.
SEE ALSO
skipDelete(3), skipFreeList(3), skipRelease(3), skipInsert(3), skipSearch(3), skipNext(3), skipNewList ClearSilver 12 July 2007 skipRelease(3)
Related Man Pages
dictreleaselock(3) - debian
funlock(3) - debian
skipnewlist(3) - debian
skipsearch(3) - debian
lock_done(9r) - osf1
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com