"asm/x86-unknown-none/old/vesa.asm" did not exist on "f6c9cff321dd7b2db7926eb1bb5302ad81b7e59b"
Fix `Rwlock::acquire_write_lock` to avoid blocking indefinitely.
Without this fix, `tests/bins_static/pthread/rwlock_randtest` would sometimes get stuck blocking forever with only 1+ threads all doing `pthread_rwlock_wrlock()` but all the other threads having finished.
Please register or sign in to comment