Files
clang-p2996/libcxx/test/std/thread/thread.condition/thread.condition.condvarany
Hui 81e2693c12 [libc++][test] Fix race condition in condition_variable_any tests (#84788)
Some tests in `condition_variable_any` use two `shared_lock` to guard,
which does not work.
The fix is to make the writer to use `unique_lock`
2024-03-24 20:52:47 +00:00
..