Searched refs:_read_unlock (Results 1 – 3 of 3) sorted by relevance
44 void __lockfunc _read_unlock(rwlock_t *lock) __releases(rwlock_t);
69 #define _read_unlock(lock) __UNLOCK(lock) macro
210 # define read_unlock(lock) _read_unlock(lock)