Home
last modified time | relevance | path

Searched refs:ll_pthread_rwlock_wrlock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/
Dpreload.c88 static int (*ll_pthread_rwlock_wrlock)(pthread_rwlock_t *rwlock) = __pthread_rwlock_wrlock; variable
202 ll_pthread_rwlock_wrlock(&locks_rwlock); in __get_lock()
214 ll_pthread_rwlock_wrlock(&locks_rwlock); in __del_lock()
398 r = ll_pthread_rwlock_wrlock(rwlock); in pthread_rwlock_wrlock()
437 ll_pthread_rwlock_wrlock = dlsym(RTLD_NEXT, "pthread_rwlock_wrlock"); in init_preload()