Lines Matching refs:offsetof
42 int _thread_off_tcb = offsetof(struct pthread, tcb);
43 int _thread_off_tid = offsetof(struct pthread, tid);
44 int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
45 int _thread_off_attr_flags = offsetof(struct pthread, attr.flags);
46 int _thread_off_linkmap = offsetof(Obj_Entry, linkmap);
47 int _thread_off_tlsindex = offsetof(Obj_Entry, tlsindex);
48 int _thread_off_report_events = offsetof(struct pthread, report_events);
49 int _thread_off_event_mask = offsetof(struct pthread, event_mask);
50 int _thread_off_event_buf = offsetof(struct pthread, event_buf);
52 int _thread_off_key_allocated = offsetof(struct pthread_key, allocated);
53 int _thread_off_key_destructor = offsetof(struct pthread_key, destructor);
55 int _thread_off_dtv = offsetof(struct tcb, tcb_dtv);
56 int _thread_off_state = offsetof(struct pthread, state);