Searched refs:st_tid (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h102 pthread_t st_tid; member in struct:pkcs11_slottable
H A Dpkcs11SlotToken.c405 if (pthread_create(&slottable->st_tid, NULL,
509 (void) pthread_cancel(slottable->st_tid);
520 (void) pthread_join(slottable->st_tid, NULL);
H A Dpkcs11General.c423 (void) pthread_join(slottable->st_tid, NULL);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h327 mdb_tgt_tid_t st_tid; /* Id of thread in question */ member in struct:mdb_tgt_status
H A Dmdb.c141 return (s.st_tid);
H A Dmdb_proc.c3275 tsp->st_tid = PTL_TID(t);
3276 if (PTL_GETREGS(t, tsp->st_tid, gregs) == 0)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c762 st->st_tid = ul->un_logmap->mtm_tid;
930 st->st_tid = ul->un_logmap->mtm_tid;
1409 ul->un_tid = st->st_tid;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h267 uint32_t st_tid; /* transaction id */ member in struct:sect_trailer
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h195 uint_t st_tid; /* transaction id */ member in struct:sect_trailer
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5186 log_odi->od_head_tid = st->st_tid;

Completed in 94 milliseconds