1skipRelease(3)                  util/skiplist.h                 skipRelease(3)
2
3
4

NAME

6       skipRelease  - release lock on value.
7

SYNOPSIS

9       #include <util/skiplist.h>
10
11
12       void skipRelease(skipList list, void *lock);
13
14
15
16

ARGUMENTS

18       list - list containing value to release.
19       lock - lock to release.
20
21

DESCRIPTION

23       Releases  the  lock on the value associated with <lock>.  Once the lock
24       is released, the freeValue callback can be called and  the  item  freed
25       (see skipNewList()).
26
27       MT-Level: Safe if <list> thread-safe.
28
29

RETURN VALUE

31       None.
32
33

SEE ALSO

35       skipDelete(3),    skipFreeList(3),    skipRelease(3),    skipInsert(3),
36       skipSearch(3), skipNext(3), skipNewList
37
38
39
40ClearSilver                      12 July 2007                   skipRelease(3)
Impressum