Skip to content

Prefer the pthread_barrier implementation over uv_barrier

Ondřej Surý requested to merge ondrej/use-pthread_barrier-if-available into main

Prefer the pthread_barrier implementation on platforms where it is available over uv_barrier implementation. This also solves the problem with thread sanitizer builds on macOS that doesn't have pthread barrier.

Merge request reports