Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/lockdep/tests/
DWW.c10 pthread_rwlock_wrlock(&a); in main()
12 pthread_rwlock_wrlock(&a); in main()
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Drwlock.h53 return pthread_rwlock_wrlock(&lock->rwlock); in liblockdep_pthread_rwlock_wrlock()
79 #define pthread_rwlock_wrlock liblockdep_pthread_rwlock_wrlock macro
/linux-4.1.27/tools/lib/lockdep/
Dpreload.c391 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) in pthread_rwlock_wrlock() function