__pthread_rwlock_trywrlock   70 tools/lib/lockdep/preload.c extern int __pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
__pthread_rwlock_trywrlock   89 tools/lib/lockdep/preload.c static int (*ll_pthread_rwlock_trywrlock)(pthread_rwlock_t *rwlock)	= __pthread_rwlock_trywrlock;