Lines Matching defs:td_thragent
45 struct td_thragent { struct
47 psaddr_t libthr_debug_addr;
48 psaddr_t thread_list_addr;
49 psaddr_t thread_active_threads_addr;
50 psaddr_t thread_keytable_addr;
51 psaddr_t thread_last_event_addr;
52 psaddr_t thread_event_mask_addr;
53 psaddr_t thread_bp_create_addr;
54 psaddr_t thread_bp_death_addr;
55 int thread_off_dtv;
56 int thread_off_tlsindex;
57 int thread_off_attr_flags;
58 int thread_size_key;
59 int thread_off_tcb;
60 int thread_off_linkmap;
61 int thread_off_next;
62 int thread_off_state;
63 int thread_off_tid;
64 int thread_max_keys;
65 int thread_off_key_allocated;
66 int thread_off_key_destructor;
67 int thread_off_report_events;
68 int thread_off_event_mask;
69 int thread_off_event_buf;
70 int thread_state_zoombie;
71 int thread_state_running;