]> git.ipfire.org Git - thirdparty/glibc.git/blame - nptl/lowlevelrwlock.sym
Initialize tunable list with the GLIBC_TUNABLES environment variable
[thirdparty/glibc.git] / nptl / lowlevelrwlock.sym
CommitLineData
c915e5ad
UD
1#include <stddef.h>
2#include <stdio.h>
3#include <bits/pthreadtypes.h>
e59660bc 4#include <bits/wordsize.h>
c915e5ad
UD
5
6--
7
8MUTEX offsetof (pthread_rwlock_t, __data.__lock)
9NR_READERS offsetof (pthread_rwlock_t, __data.__nr_readers)
10READERS_WAKEUP offsetof (pthread_rwlock_t, __data.__readers_wakeup)
11WRITERS_WAKEUP offsetof (pthread_rwlock_t, __data.__writer_wakeup)
12READERS_QUEUED offsetof (pthread_rwlock_t, __data.__nr_readers_queued)
13WRITERS_QUEUED offsetof (pthread_rwlock_t, __data.__nr_writers_queued)
14FLAGS offsetof (pthread_rwlock_t, __data.__flags)
15WRITER offsetof (pthread_rwlock_t, __data.__writer)
e59660bc 16PSHARED offsetof (pthread_rwlock_t, __data.__shared)