Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mono_runtime_class_init_full: handle spurious wakeups
the condition variable may be signaled even if the initialization by the other thread is not done yet. Handle spurious wakeups the same way as timeouts: go around once more from the beginning. Fixes #96872
- Loading branch information