Home
last modified time | relevance | path

Searched defs:rwlock (Results 1 – 17 of 17) sorted by relevance

/nptl/
A Dtest-rwlock-printers.c34 pthread_rwlock_t rwlock; in main() local
48 test_locking_reader (pthread_rwlock_t *rwlock) in test_locking_reader()
67 test_locking_writer (pthread_rwlock_t *rwlock) in test_locking_writer()
A Dpthread_rwlock_destroy.c23 ___pthread_rwlock_destroy (pthread_rwlock_t *rwlock) in ___pthread_rwlock_destroy()
A Dpthread_rwlock_unlock.c29 ___pthread_rwlock_unlock (pthread_rwlock_t *rwlock) in ___pthread_rwlock_unlock()
A Dpthread_rwlock_rdlock.c22 ___pthread_rwlock_rdlock (pthread_rwlock_t *rwlock) in ___pthread_rwlock_rdlock()
A Dpthread_rwlock_timedrdlock.c23 ___pthread_rwlock_timedrdlock64 (pthread_rwlock_t *rwlock, in ___pthread_rwlock_timedrdlock64()
A Dpthread_rwlock_timedwrlock.c23 ___pthread_rwlock_timedwrlock64 (pthread_rwlock_t *rwlock, in ___pthread_rwlock_timedwrlock64()
A Dpthread_rwlock_wrlock.c22 ___pthread_rwlock_wrlock (pthread_rwlock_t *rwlock) in ___pthread_rwlock_wrlock()
A Dtest-rwlockattr-printers.c43 pthread_rwlock_t rwlock; in main() local
59 rwlock_reinit (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr) in rwlock_reinit()
72 test_setkind_np (pthread_rwlock_t *rwlock, pthread_rwlockattr_t *attr) in test_setkind_np()
89 test_setpshared (pthread_rwlock_t *rwlock, pthread_rwlockattr_t *attr) in test_setpshared()
A Dpthread_rwlock_clockrdlock.c25 ___pthread_rwlock_clockrdlock64 (pthread_rwlock_t *rwlock, clockid_t clockid, in ___pthread_rwlock_clockrdlock64()
A Dpthread_rwlock_clockwrlock.c25 ___pthread_rwlock_clockwrlock64 (pthread_rwlock_t *rwlock, clockid_t clockid, in ___pthread_rwlock_clockwrlock64()
A Dpthread_rwlock_trywrlock.c25 ___pthread_rwlock_trywrlock (pthread_rwlock_t *rwlock) in ___pthread_rwlock_trywrlock()
A Dpthread_rwlock_init.c32 ___pthread_rwlock_init (pthread_rwlock_t *rwlock, in ___pthread_rwlock_init()
A Dpthread_rwlock_tryrdlock.c27 ___pthread_rwlock_tryrdlock (pthread_rwlock_t *rwlock) in ___pthread_rwlock_tryrdlock()
A Dpthread_rwlock_common.c219 __pthread_rwlock_get_private (pthread_rwlock_t *rwlock) in __pthread_rwlock_get_private()
225 __pthread_rwlock_rdunlock (pthread_rwlock_t *rwlock) in __pthread_rwlock_rdunlock()
281 __pthread_rwlock_rdlock_full64 (pthread_rwlock_t *rwlock, clockid_t clockid, in __pthread_rwlock_rdlock_full64()
527 __pthread_rwlock_wrunlock (pthread_rwlock_t *rwlock) in __pthread_rwlock_wrunlock()
588 __pthread_rwlock_wrlock_full64 (pthread_rwlock_t *rwlock, clockid_t clockid, in __pthread_rwlock_wrlock_full64()
A Dtst-rwlock6.c45 pthread_rwlock_t *rwlock; member
A Dtst-rwlock7.c44 pthread_rwlock_t *rwlock; member
A Dnptl-printers.py433 def __init__(self, rwlock): argument

Completed in 14 milliseconds