Home
last modified time | relevance | path

Searched refs:pthread_rwlock_t (Results 1 – 25 of 47) sorted by relevance

12

/sysdeps/htl/
A Dpt-rwlock-init.c24 _pthread_rwlock_init (pthread_rwlock_t *rwlock, in _pthread_rwlock_init()
27 ASSERT_TYPE_SIZE (pthread_rwlock_t, __SIZEOF_PTHREAD_RWLOCK_T); in _pthread_rwlock_init()
29 *rwlock = (pthread_rwlock_t) __PTHREAD_RWLOCK_INITIALIZER; in _pthread_rwlock_init()
A Dpthread-functions.h64 int __pthread_rwlock_rdlock (pthread_rwlock_t *);
65 int __pthread_rwlock_wrlock (pthread_rwlock_t *);
66 int __pthread_rwlock_unlock (pthread_rwlock_t *);
120 int (*ptr_pthread_rwlock_rdlock) (pthread_rwlock_t *);
121 int (*ptr_pthread_rwlock_wrlock) (pthread_rwlock_t *);
122 int (*ptr_pthread_rwlock_unlock) (pthread_rwlock_t *);
A Dlibc-lockP.h94 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
97 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
99 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
101 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);
103 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
105 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
107 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
A Dpt-rwlock-destroy.c23 _pthread_rwlock_destroy (pthread_rwlock_t *rwlock) in _pthread_rwlock_destroy()
/sysdeps/pthread/
A Dtst-rwlock4.c37 pthread_rwlock_t *r; in do_test()
71 r = (pthread_rwlock_t *) (((uintptr_t) mem + __alignof (pthread_rwlock_t)) in do_test()
72 & ~(__alignof (pthread_rwlock_t) - 1)); in do_test()
A Dtst-rwlock12.c39 pthread_rwlock_t *r; in do_test()
71 r = (pthread_rwlock_t *) (((uintptr_t) mem + __alignof (pthread_rwlock_t)) in do_test()
72 & ~(__alignof (pthread_rwlock_t) - 1)); in do_test()
A Dtst-abstime.c28 static pthread_rwlock_t rw1 = PTHREAD_RWLOCK_INITIALIZER;
29 static pthread_rwlock_t rw2 = PTHREAD_RWLOCK_INITIALIZER;
/sysdeps/nptl/
A Dlibc-lockP.h39 typedef pthread_rwlock_t __libc_rwlock_t;
209 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
213 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
215 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
218 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
221 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
A Dpthread.h967 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
972 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)
976 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)
980 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)
992 (pthread_rwlock_t *__restrict __rwlock,
1011 (pthread_rwlock_t *__restrict __rwlock,
1023 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)
1027 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)
1039 (pthread_rwlock_t *__restrict __rwlock,
1059 (pthread_rwlock_t *__restrict __rwlock,
[all …]
/sysdeps/unix/sysv/linux/alpha/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/arm/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/csky/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/i386/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/ia64/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/m68k/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/microblaze/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/mips/mips32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/nios2/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/riscv/rv64/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/s390/s390-64/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dc++-types.data40 pthread_rwlock_t:16pthread_rwlock_t

Completed in 19 milliseconds

12