__pthread_rwlock_wrlock   69 tools/lib/lockdep/preload.c extern int __pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
__pthread_rwlock_wrlock   90 tools/lib/lockdep/preload.c static int (*ll_pthread_rwlock_wrlock)(pthread_rwlock_t *rwlock)	= __pthread_rwlock_wrlock;