Home
last modified time | relevance | path

Searched refs:p_tdb_ops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c288 if (ops == pt->p_tdb_ops) in thr_check()
292 pt->p_tdb_ops = ops; in thr_check()
306 pt->p_tdb_ops = NULL; in thr_check()
349 pt->p_tdb_ops = NULL; in pt_rtld_event()
567 pt->p_tdb_ops = NULL; in pt_pre_detach()
754 pt->p_tdb_ops = NULL; in pt_fork()
906 pt->p_tdb_ops = NULL; in pt_exec()
1890 pt->p_tdb_ops = NULL; in pt_tmodel()
2598 if (pt->p_tdb_ops == NULL) in tlsbase()
4916 (void) pt->p_tdb_ops->td_ta_delete(tap); in pt_tdb_dtor()
[all …]
H A Dmdb_proc.h149 const mdb_tdb_ops_t *p_tdb_ops; /* libthread_db ops */ member