Searched refs:Thr_agent (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c90 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, &notify) == 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 !
[all...]
H A Dramdata.c111 td_thragent_t *Thr_agent; /* thread debug handle */ variable
H A Dramdata.h284 extern td_thragent_t *Thr_agent; /* thread debug handle */
H A Dmain.c1849 int lf = (lflag | tid | (Thr_agent != NULL) | (truss_nlwp > 1));

Completed in 82 milliseconds