Searched refs:ll_pthread_rwlock_wrlock (Results 1 – 1 of 1) sorted by relevance
88 static int (*ll_pthread_rwlock_wrlock)(pthread_rwlock_t *rwlock) = __pthread_rwlock_wrlock; variable202 ll_pthread_rwlock_wrlock(&locks_rwlock); in __get_lock()214 ll_pthread_rwlock_wrlock(&locks_rwlock); in __del_lock()398 r = ll_pthread_rwlock_wrlock(rwlock); in pthread_rwlock_wrlock()437 ll_pthread_rwlock_wrlock = dlsym(RTLD_NEXT, "pthread_rwlock_wrlock"); in init_preload()