Merging upstream version 0.7.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
44a755f8ce
commit
6df1da3298
33 changed files with 913 additions and 181 deletions
|
@ -31,6 +31,7 @@
|
|||
.Nm CK_LIST_ENTRY ,
|
||||
.Nm CK_LIST_FIRST ,
|
||||
.Nm CK_LIST_FOREACH ,
|
||||
.Nm CK_LIST_FOREACH_FROM ,
|
||||
.Nm CK_LIST_FOREACH_SAFE ,
|
||||
.Nm CK_LIST_HEAD ,
|
||||
.Nm CK_LIST_HEAD_INITIALIZER ,
|
||||
|
@ -46,6 +47,7 @@
|
|||
.Nm CK_SLIST_ENTRY ,
|
||||
.Nm CK_SLIST_FIRST ,
|
||||
.Nm CK_SLIST_FOREACH ,
|
||||
.Nm CK_SLIST_FOREACH_FROM ,
|
||||
.Nm CK_SLIST_FOREACH_PREVPTR ,
|
||||
.Nm CK_SLIST_FOREACH_SAFE ,
|
||||
.Nm CK_SLIST_HEAD ,
|
||||
|
@ -64,6 +66,7 @@
|
|||
.Nm CK_STAILQ_ENTRY ,
|
||||
.Nm CK_STAILQ_FIRST ,
|
||||
.Nm CK_STAILQ_FOREACH ,
|
||||
.Nm CK_STAILQ_FOREACH_FROM ,
|
||||
.Nm CK_STAILQ_FOREACH_SAFE ,
|
||||
.Nm CK_STAILQ_HEAD ,
|
||||
.Nm CK_STAILQ_HEAD_INITIALIZER ,
|
||||
|
@ -86,6 +89,7 @@ Concurrency Kit (libck, \-lck)
|
|||
.Fn CK_LIST_ENTRY
|
||||
.Fn CK_LIST_FIRST
|
||||
.Fn CK_LIST_FOREACH
|
||||
.Fn CK_LIST_FOREACH_FROM
|
||||
.Fn CK_LIST_FOREACH_SAFE
|
||||
.Fn CK_LIST_HEAD
|
||||
.Fn CK_LIST_HEAD_INITIALIZER
|
||||
|
@ -101,6 +105,7 @@ Concurrency Kit (libck, \-lck)
|
|||
.Fn CK_SLIST_ENTRY
|
||||
.Fn CK_SLIST_FIRST
|
||||
.Fn CK_SLIST_FOREACH
|
||||
.Fn CK_SLIST_FOREACH_FROM
|
||||
.Fn CK_SLIST_FOREACH_PREVPTR
|
||||
.Fn CK_SLIST_FOREACH_SAFE
|
||||
.Fn CK_SLIST_HEAD
|
||||
|
@ -119,6 +124,7 @@ Concurrency Kit (libck, \-lck)
|
|||
.Fn CK_STAILQ_ENTRY
|
||||
.Fn CK_STAILQ_FIRST
|
||||
.Fn CK_STAILQ_FOREACH
|
||||
.Fn CK_STAILQ_FOREACH_FROM
|
||||
.Fn CK_STAILQ_FOREACH_SAFE
|
||||
.Fn CK_STAILQ_HEAD
|
||||
.Fn CK_STAILQ_HEAD_INITIALIZER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue