| 220 | #undef SUBMIT_CSITE_IF_NEED |
| 221 | |
| 222 | static inline int rwlock_wrlock(bthread_rwlock_t* rwlock) { |
| 223 | return rwlock_wrlock_impl(rwlock, NULL); |
| 224 | } |
| 225 | |
| 226 | static inline int rwlock_timedwrlock(bthread_rwlock_t* __restrict rwlock, |
| 227 | const struct timespec* __restrict abstime) { |
no outgoing calls
no test coverage detected