lowlevelrwlock.sym 566 B

1234567891011121314
  1. #include <stddef.h>
  2. #include <stdio.h>
  3. #include <bits/pthreadtypes.h>
  4. --
  5. MUTEX offsetof (pthread_rwlock_t, __data.__lock)
  6. NR_READERS offsetof (pthread_rwlock_t, __data.__nr_readers)
  7. READERS_WAKEUP offsetof (pthread_rwlock_t, __data.__readers_wakeup)
  8. WRITERS_WAKEUP offsetof (pthread_rwlock_t, __data.__writer_wakeup)
  9. READERS_QUEUED offsetof (pthread_rwlock_t, __data.__nr_readers_queued)
  10. WRITERS_QUEUED offsetof (pthread_rwlock_t, __data.__nr_writers_queued)
  11. FLAGS offsetof (pthread_rwlock_t, __data.__flags)
  12. WRITER offsetof (pthread_rwlock_t, __data.__writer)