.
[glibc/pb-stable.git] / nptl / sysdeps / unix / sysv / linux / lowlevelbarrier.sym
blob36e28eb2a621a49010d96ffc1f66c819e8611686
1 #include <stddef.h>
2 #include <sched.h>
3 #include <bits/pthreadtypes.h>
4 #include "internaltypes.h"
6 --
8 CURR_EVENT              offsetof (struct pthread_barrier, curr_event)
9 MUTEX                   offsetof (struct pthread_barrier, lock)
10 LEFT                    offsetof (struct pthread_barrier, left)
11 INIT_COUNT              offsetof (struct pthread_barrier, init_count)