pthread_rwlock_trywrlock
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_rwlock_trywrlock.html
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
EDEADLK
instead of EBUSY
when the current thread already owns the lock for writing
on some platforms:
macOS 12.