__pthread_rwlock_unlock   73 tools/lib/lockdep/preload.c extern int __pthread_rwlock_unlock(pthread_rwlock_t *rwlock);
__pthread_rwlock_unlock   91 tools/lib/lockdep/preload.c static int (*ll_pthread_rwlock_unlock)(pthread_rwlock_t *rwlock)	= __pthread_rwlock_unlock;