Warning: This file is not a C or C++ file. It does not have highlighting.

1#if _MIPS_SIM == _ABI64
2# define __PTHREAD_MUTEX_KIND_OFFSET 16
3#else
4# define __PTHREAD_MUTEX_KIND_OFFSET 12
5#endif
6
7#if _MIPS_SIM == _ABI64
8# define __PTHREAD_RWLOCK_FLAGS_OFFSET 48
9#else
10# if __BYTE_ORDER == __BIG_ENDIAN
11# define __PTHREAD_RWLOCK_FLAGS_OFFSET 27
12# else
13# define __PTHREAD_RWLOCK_FLAGS_OFFSET 24
14# endif
15#endif
16

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/mips/nptl/pthread-offsets.h