Lines Matching refs:Thr_agent
90 if (Thr_agent != NULL) /* only once */
92 if (td_init() != TD_OK || td_ta_new(Proc, &Thr_agent) != TD_OK)
93 Thr_agent = NULL;
97 if (td_ta_event_addr(Thr_agent, TD_CREATE, ¬ify) == TD_OK &&
99 td_ta_set_event(Thr_agent, &events) == TD_OK &&
173 if (Thr_agent == NULL)
261 if (Thr_agent == NULL)
267 (void) td_ta_thr_iter(Thr_agent, thr_stack_traps, NULL,
313 if (Thr_agent == NULL && strstr(object_name, "/libc.so.") != NULL)
678 if (Thr_agent != NULL &&
679 td_ta_map_lwp2thr(Thr_agent, lwpid, &th) == TD_OK &&
868 if (Thr_agent == NULL)
872 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) {
941 if (Thr_agent == NULL) {
958 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) {
1103 if (Thr_agent != NULL)
1104 (void) td_ta_delete(Thr_agent);
1105 Thr_agent = NULL;
1143 if (Thr_agent != NULL) {
1147 (void) td_ta_clear_event(Thr_agent, &events);
1148 (void) td_ta_delete(Thr_agent);
1150 Thr_agent = NULL;