Adding upstream version 0.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c49a9029dc
commit
7f70a05c55
465 changed files with 60158 additions and 0 deletions
8
regressions/ck_rwcohort/ck_neutral.h
Normal file
8
regressions/ck_rwcohort/ck_neutral.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define LOCK_PROTOTYPE CK_RWCOHORT_NEUTRAL_PROTOTYPE
|
||||
#define LOCK_INSTANCE CK_RWCOHORT_NEUTRAL_INSTANCE
|
||||
#define LOCK_INITIALIZER CK_RWCOHORT_NEUTRAL_INITIALIZER
|
||||
#define LOCK_INIT(N, C, W) CK_RWCOHORT_NEUTRAL_INIT(N, C)
|
||||
#define READ_LOCK CK_RWCOHORT_NEUTRAL_READ_LOCK
|
||||
#define WRITE_LOCK CK_RWCOHORT_NEUTRAL_WRITE_LOCK
|
||||
#define READ_UNLOCK CK_RWCOHORT_NEUTRAL_READ_UNLOCK
|
||||
#define WRITE_UNLOCK CK_RWCOHORT_NEUTRAL_WRITE_UNLOCK
|
Loading…
Add table
Add a link
Reference in a new issue