Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/lockdep/tests/
H A DWW.c8 pthread_rwlock_init(&a, NULL); in main()
9 pthread_rwlock_init(&b, NULL); in main()
/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A Drwlock.h28 return pthread_rwlock_init(&lock->rwlock, attr); in __rwlock_init()
77 #define pthread_rwlock_init liblockdep_pthread_rwlock_init macro
/kernel/linux/linux-5.10/tools/perf/util/
H A Drwsem.c7 return pthread_rwlock_init(&sem->lock, NULL); in init_rwsem()
/kernel/linux/linux-6.6/tools/perf/util/
H A Drwsem.c7 return pthread_rwlock_init(&sem->lock, NULL); in init_rwsem()
/kernel/linux/linux-6.6/tools/include/linux/
H A Drwsem.h13 return pthread_rwlock_init(&sem->lock, NULL); in init_rwsem()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c131 FAIL_IF(pthread_rwlock_init(&rw_lock, &rwlock_attr)); in dscr_default_random_test()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/
H A Dpthread_rwlock_test_002.cpp234 pthread_rwlock_init(&g_rwlockLock, NULL); in PthreadRwlockTest()
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/
H A Dpthread_rwlock_test_001.cpp234 pthread_rwlock_init(&g_rwlockLock, NULL); in Testcase()
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A Dpreload.c326 int pthread_rwlock_init(pthread_rwlock_t *rwlock, in pthread_rwlock_init() function
433 ll_pthread_rwlock_init = dlsym(RTLD_NEXT, "pthread_rwlock_init"); in init_preload()

Completed in 6 milliseconds