Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnisdb/
H A Dnis_hashitem.c410 pthread_t mtid; in __nis_pop_item_mt() local
416 mtid = pthread_self(); in __nis_pop_item_mt()
422 if (item->writer != 0 && item->writer_id == mtid) in __nis_pop_item_mt()
503 pthread_t mtid; in __nis_remove_item_mt() local
509 mtid = pthread_self(); in __nis_remove_item_mt()
515 if (nl->writer != 0 && nl->writer_id == mtid) in __nis_remove_item_mt()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1914 ctf_id_t id, mtid; in mdb_ctf_add_member() local
1929 mtid = ctf_add_type(mdb.m_synth, mcim->mci_fp, mcim->mci_id); in mdb_ctf_add_member()
1930 if (mtid == CTF_ERR) { in mdb_ctf_add_member()
1942 id = ctf_add_member(mdb.m_synth, mcip->mci_id, name, mtid); in mdb_ctf_add_member()