lowlevelcond.sym 586 B

12345678910111213141516
  1. #include <stddef.h>
  2. #include <sched.h>
  3. #include <bits/pthreadtypes.h>
  4. #include <internaltypes.h>
  5. --
  6. cond_lock offsetof (pthread_cond_t, __data.__lock)
  7. cond_futex offsetof (pthread_cond_t, __data.__futex)
  8. cond_nwaiters offsetof (pthread_cond_t, __data.__nwaiters)
  9. total_seq offsetof (pthread_cond_t, __data.__total_seq)
  10. wakeup_seq offsetof (pthread_cond_t, __data.__wakeup_seq)
  11. woken_seq offsetof (pthread_cond_t, __data.__woken_seq)
  12. dep_mutex offsetof (pthread_cond_t, __data.__mutex)
  13. broadcast_seq offsetof (pthread_cond_t, __data.__broadcast_seq)
  14. nwaiters_shift COND_NWAITERS_SHIFT