Samy Al Bahra
|
290add2e50
|
build/regressions: Add CORES option, add "check" target.
The check target will attempt to run the unit tests with some
sane defaults.
|
12 years ago |
Samy Al Bahra
|
b353ebe8c2
|
regressions: Remove debug build flags.
|
13 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
|
3cf265cba0
|
all: Strip trailing whitespaces.
|
13 years ago |
Samy Al Bahra
|
706fd07de7
|
legal: Update Copyright statements.
|
13 years ago |
Samy Al Bahra
|
52e5152225
|
regressions: Additional header files, rename to throughput.
|
14 years ago |
Samy Al Bahra
|
c40d3f716d
|
ck_rwlock/ck_brlock: Add throughput benchmarks.
For the sake of documentation down the road.
|
14 years ago |
Samy Al Bahra
|
9098485dc7
|
regressions: Add Makefile for ck_rwlock and ck_brlock.
Remove Makefile entry from .gitignore.
|
14 years ago |
Samy Al Bahra
|
006f58edcb
|
ck_rwlock: Add a naive rw spinlock after many requests.
|
14 years ago |