Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/
Dpreload.c38 static pthread_rwlock_t locks_rwlock = PTHREAD_RWLOCK_INITIALIZER;
65 extern int __pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
66 extern int __pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
67 extern int __pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
68 extern int __pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
69 extern int __pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
70 extern int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
71 extern int __pthread_rwlock_unlock(pthread_rwlock_t *rwlock);
82 static int (*ll_pthread_rwlock_init)(pthread_rwlock_t *rwlock,
84 static int (*ll_pthread_rwlock_destroy)(pthread_rwlock_t *rwlock) = __pthread_rwlock_destroy;
[all …]
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Drwlock.h8 pthread_rwlock_t rwlock;
75 #define pthread_rwlock_t liblockdep_pthread_rwlock_t macro
/linux-4.4.14/tools/lib/lockdep/tests/
DWW.c5 pthread_rwlock_t a, b; in main()
/linux-4.4.14/tools/perf/util/
Dmachine.h33 pthread_rwlock_t threads_lock;
Ddso.h129 pthread_rwlock_t lock;
Dmap.h64 pthread_rwlock_t lock;