Home
last modified time | relevance | path

Searched refs:st_tid (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h100 pthread_t st_tid; member
H A Dpkcs11SlotToken.c405 if (pthread_create(&slottable->st_tid, NULL, in C_WaitForSlotEvent()
509 (void) pthread_cancel(slottable->st_tid); in C_WaitForSlotEvent()
520 (void) pthread_join(slottable->st_tid, NULL); in C_WaitForSlotEvent()
H A Dpkcs11General.c423 (void) pthread_join(slottable->st_tid, NULL); in finalize_common()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h334 mdb_tgt_tid_t st_tid; /* Id of thread in question */ member
H A Dmdb.c142 return (s.st_tid); in thr_disc_get()
H A Dmdb_proc.c3346 tsp->st_tid = PTL_TID(t); in pt_status()
3347 if (PTL_GETREGS(t, tsp->st_tid, gregs) == 0) in pt_status()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c762 st->st_tid = ul->un_logmap->mtm_tid; in storebuf()
930 st->st_tid = ul->un_logmap->mtm_tid; in ldl_round_commit()
1409 ul->un_tid = st->st_tid; in ldl_logscan_ident()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h267 uint32_t st_tid; /* transaction id */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5176 log_odi->od_head_tid = st->st_tid; in log_read_log()