Squashed implementation of the pass

This commit is contained in:
Alex Vlasov
2021-06-20 16:09:42 +02:00
parent 304441960e
commit aa53928ed7
8 changed files with 185 additions and 1 deletions

View File

@@ -297,7 +297,7 @@ fn join_orders_after_tls_destructors() {
.unwrap();
loop {
match SYNC_STATE.compare_exchange_weak(
match SYNC_STATE.compare_exchange(
THREAD1_WAITING,
MAIN_THREAD_RENDEZVOUS,
Ordering::SeqCst,