Skip to content

Add mutex unit test

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

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

Merge request reports