Searched defs:thr_check (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c248 thr_check(mdb_tgt_t *t, const prmap_t *pmp, const char *name) function
342 if (Pobject_iter(P, (proc_map_f *)thr_check, t) == 0 &&
789 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t);
1827 thr_check, t);
2228 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t);

Completed in 79 milliseconds