Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
Drwlock.h71 return pthread_rwlock_destroy(&lock->rwlock); in liblockdep_rwlock_destroy()
83 #define pthread_rwlock_destroy liblockdep_rwlock_destroy macro
/kernel/linux/linux-5.10/tools/perf/util/
Drwsem.c12 return pthread_rwlock_destroy(&sem->lock); in exit_rwsem()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/
Dpthread_rwlock_test_001.cpp276 pthread_rwlock_destroy(&g_rwlockLock); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/
Dpthread_rwlock_test_002.cpp276 pthread_rwlock_destroy(&g_rwlockLock); in PthreadRwlockTest()
/kernel/linux/linux-5.10/tools/lib/lockdep/
Dpreload.c340 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock) in pthread_rwlock_destroy() function