Skip to content

Add rwlock unit test

Ondřej Surý requested to merge ondrej/add-isc_rwlock-unit-test into main

Add simple rwlock unit test and rwlock benchmark. The benchmark compares the pthread rwlock with isc rwlock implementation, so it's mainly useful when developing a new isc rwlock implementation.

Merge request reports