Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c286 if (ops == pt->p_tdb_ops) in thr_check()
290 pt->p_tdb_ops = ops; in thr_check()
304 pt->p_tdb_ops = NULL; in thr_check()
347 pt->p_tdb_ops = NULL; in pt_rtld_event()
565 pt->p_tdb_ops = NULL; in pt_pre_detach()
752 pt->p_tdb_ops = NULL; in pt_fork()
904 pt->p_tdb_ops = NULL; in pt_exec()
1821 pt->p_tdb_ops = NULL; in pt_tmodel()
2527 if (pt->p_tdb_ops == NULL) in tlsbase()
2530 err = pt->p_tdb_ops->td_ta_map_id2thr(pt->p_ptl_hdl, tid, &th); in tlsbase()
[all …]
H A Dmdb_proc.h152 const mdb_tdb_ops_t *p_tdb_ops; /* libthread_db ops */ member