0b44a031
50304f2e
1 2 3 4
5
6 7
#include "pthread_impl.h" int pthread_rwlock_trywrlock(pthread_rwlock_t *rw) { if (a_cas(&rw->_rw_lock, 0, 0x7fffffff)) return EBUSY; return 0; }