Searched refs:ll_pthread_rwlock_unlock (Results 1 – 1 of 1) sorted by relevance
89 static int (*ll_pthread_rwlock_unlock)(pthread_rwlock_t *rwlock) = __pthread_rwlock_unlock; variable182 ll_pthread_rwlock_unlock(&locks_rwlock); in __get_lock()207 ll_pthread_rwlock_unlock(&locks_rwlock); in __get_lock()216 ll_pthread_rwlock_unlock(&locks_rwlock); in __del_lock()412 r = ll_pthread_rwlock_unlock(rwlock); in pthread_rwlock_unlock()439 ll_pthread_rwlock_unlock = dlsym(RTLD_NEXT, "pthread_rwlock_unlock"); in init_preload()