mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
The barrier code was using semaphores which have been deprecated in macOS and not working at all, causing a race condition. Since macOS does not have pthread_barrier_*(), this change uses a condition variable instead. PR: 290958 Reported by: wosch MFC after: 2 weeks Reviewed by: imp, markj Differential Revision: https://reviews.freebsd.org/D54018 |
||
|---|---|---|
| .. | ||
| cmd | ||
| common | ||
| head | ||
| lib | ||
| tests/os-tests/tests/oclo | ||
| tools/ctf | ||
| OPENSOLARIS.LICENSE | ||