Samy Al Bahra
|
5c93ee3add
|
regressions: Do not use ck_error for debug output.
|
12 years ago |
Samy Al Bahra
|
6bd946d019
|
regressions: Add ck_error convenience function.
Prints a message and then executes exit(EXIT_FAILURE).
|
12 years ago |
Samy Al Bahra
|
314ce3ad81
|
ck_rwlock: Drop factor argument to trylock API.
Remove read-side recursion tests, it is an unsupported
feature to begin with.
|
13 years ago |
Samy Al Bahra
|
512bbc050b
|
ck_rwlock: Add recursive trylock operations.
Unlike ck_rwlock, there is no spin factor associated with these.
|
13 years ago |
Samy Al Bahra
|
606afe0f23
|
ck_rwlock: Add ck_rwlock_recursive facility.
Allows for write-side recurion. Added upon request by
other users. Regression test has been updated.
|
13 years ago |
Samy Al Bahra
|
706fd07de7
|
legal: Update Copyright statements.
|
13 years ago |
Samy Al Bahra
|
006f58edcb
|
ck_rwlock: Add a naive rw spinlock after many requests.
|
14 years ago |