Lines Matching defs:td_thragent
51 struct td_thragent { struct
53 psaddr_t libkse_debug_addr;
54 psaddr_t thread_list_addr;
55 psaddr_t thread_listgen_addr;
56 psaddr_t thread_activated_addr;
57 psaddr_t thread_active_threads_addr;
58 psaddr_t thread_keytable_addr;
59 int thread_activated;
60 int thread_off_dtv;
61 int thread_off_kse_locklevel;
62 int thread_off_kse;
63 int thread_off_tlsindex;
64 int thread_off_attr_flags;
65 int thread_size_key;
66 int thread_off_tcb;
67 int thread_off_linkmap;
68 int thread_off_tmbx;
69 int thread_off_thr_locklevel;
70 int thread_off_next;
71 int thread_off_state;
72 int thread_max_keys;
73 int thread_off_key_allocated;
74 int thread_off_key_destructor;
75 int thread_state_zoombie;
76 int thread_state_running;
77 int thread_off_sigmask;
78 int thread_off_sigpend;
79 struct pt_map *map;
80 int map_len;