Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/lockdep/
Dpreload.c82 static int (*ll_pthread_rwlock_init)(pthread_rwlock_t *rwlock, variable
333 r = ll_pthread_rwlock_init(rwlock, attr); in pthread_rwlock_init()
433 ll_pthread_rwlock_init = dlsym(RTLD_NEXT, "pthread_rwlock_init"); in init_preload()