_real_pthread_rwlock_tryrdlock  431 syscallwrappers.h   int _real_pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
_real_pthread_rwlock_tryrdlock  383 threadsync.cpp       int retVal = _real_pthread_rwlock_tryrdlock(&_wrapperExecutionLock);
_real_pthread_rwlock_tryrdlock  511 threadsync.cpp       int retVal = _real_pthread_rwlock_tryrdlock(&_threadCreationLock);