Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A 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/
H A Drwsem.c12 return pthread_rwlock_destroy(&sem->lock); in exit_rwsem()
/kernel/linux/linux-6.6/tools/perf/util/
H A Drwsem.c12 return pthread_rwlock_destroy(&sem->lock); in exit_rwsem()
/kernel/linux/linux-6.6/tools/include/linux/
H A Drwsem.h18 return pthread_rwlock_destroy(&sem->lock); in exit_rwsem()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c149 FAIL_IF(pthread_rwlock_destroy(&rw_lock)); in dscr_default_random_test()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/
H A Dpthread_rwlock_test_002.cpp276 pthread_rwlock_destroy(&g_rwlockLock); in PthreadRwlockTest()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/
H A Dpthread_rwlock_test_001.cpp276 pthread_rwlock_destroy(&g_rwlockLock); in Testcase()
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dpreload.c340 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock) in pthread_rwlock_destroy() function
434 ll_pthread_rwlock_destroy = dlsym(RTLD_NEXT, "pthread_rwlock_destroy"); in init_preload()

Completed in 3 milliseconds