Searched refs:ll_pthread_rwlock_tryrdlock (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/
H A Dpreload.c86 static int (*ll_pthread_rwlock_tryrdlock)(pthread_rwlock_t *rwlock) = __pthread_rwlock_tryrdlock; variable
370 r = ll_pthread_rwlock_tryrdlock(rwlock); pthread_rwlock_tryrdlock()
436 ll_pthread_rwlock_tryrdlock = dlsym(RTLD_NEXT, "pthread_rwlock_tryrdlock"); init_preload()

Completed in 129 milliseconds