Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/tests/
DWW.c10 pthread_rwlock_wrlock(&a); in main()
12 pthread_rwlock_wrlock(&a); in main()
/linux-4.4.14/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.4.14/tools/perf/util/
Dmap.c492 pthread_rwlock_wrlock(&maps->lock); in maps__exit()
659 pthread_rwlock_wrlock(&maps->lock); in maps__fixup_overlappings()
776 pthread_rwlock_wrlock(&maps->lock); in maps__insert()
789 pthread_rwlock_wrlock(&maps->lock); in maps__remove()
Dvdso.c292 pthread_rwlock_wrlock(&machine->dsos.lock); in machine__findnew_vdso()
Dmachine.c90 pthread_rwlock_wrlock(&dsos->lock); in dsos__purge()
112 pthread_rwlock_wrlock(&machine->threads_lock); in machine__delete_threads()
439 pthread_rwlock_wrlock(&machine->threads_lock); in machine__findnew_thread()
512 pthread_rwlock_wrlock(&machine->dsos.lock); in machine__findnew_module_dso()
1370 pthread_rwlock_wrlock(&machine->threads_lock); in __machine__remove_thread()
Ddso.c1212 pthread_rwlock_wrlock(&dsos->lock); in dsos__add()
1260 pthread_rwlock_wrlock(&dsos->lock); in dsos__findnew()
Dsymbol.c208 pthread_rwlock_wrlock(&maps->lock); in __map_groups__fixup_end()
/linux-4.4.14/tools/lib/lockdep/
Dpreload.c391 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock) in pthread_rwlock_wrlock() function