Home
last modified time | relevance | path

Searched refs:__PTHREAD_RWLOCK_INITIALIZER (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sysdeps/riscv/nptl/bits/
Dstruct_rwlock.h58 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
61 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
64 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/mips/nptl/bits/
Dstruct_rwlock.h59 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
63 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
66 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/sparc/nptl/bits/
Dstruct_rwlock.h51 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
54 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/s390/nptl/bits/
Dstruct_rwlock.h51 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
54 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/nptl/bits/
Dstruct_rwlock.h54 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
57 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/powerpc/nptl/bits/
Dstruct_rwlock.h54 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
57 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/x86/nptl/bits/
Dstruct_rwlock.h58 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
61 # define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/alpha/nptl/bits/
Dstruct_rwlock.h40 #define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/aarch64/nptl/bits/
Dstruct_rwlock.h38 #define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/ia64/nptl/bits/
Dstruct_rwlock.h40 #define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_rwlock.h41 #define __PTHREAD_RWLOCK_INITIALIZER \ macro
/glibc-2.36/sysdeps/hppa/nptl/bits/
Dstruct_rwlock.h55 #define __PTHREAD_RWLOCK_INITIALIZER(__flags) \ macro
/glibc-2.36/sysdeps/htl/
Dpt-rwlock-init.c29 *rwlock = (pthread_rwlock_t) __PTHREAD_RWLOCK_INITIALIZER; in _pthread_rwlock_init()
Dpthread.h647 # define PTHREAD_RWLOCK_INITIALIZER __PTHREAD_RWLOCK_INITIALIZER
/glibc-2.36/sysdeps/nptl/
Dpthread.h115 { { __PTHREAD_RWLOCK_INITIALIZER (PTHREAD_RWLOCK_DEFAULT_NP) } }
118 { { __PTHREAD_RWLOCK_INITIALIZER (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP) } }
/glibc-2.36/ChangeLog.old/
DChangeLog.2211948 (__PTHREAD_RWLOCK_INITIALIZER): Remove.
11949 [__BYTE_ORDER != __BIG_ENDIAN](__PTHREAD_RWLOCK_INITIALIZER): New.
11950 [__BYTE_ORDER == __BIG_ENDIAN](__PTHREAD_RWLOCK_INITIALIZER): New.
11951 [__WORDSIZE == 64](__PTHREAD_RWLOCK_INITIALIZER): New.