Searched defs:tids (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c41 pthread_t *tids; member in struct:test
158 if (t->tids) {
159 free(t->tids);
215 t->tids = calloc(nthr, sizeof (pthread_t));
235 (void) pthread_create(&t->tids[i], NULL, test_thr_one, t);
239 (void) pthread_join(t->tids[i], NULL);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c857 txc_ro_tids_t tids; local
902 TXC_FZC_CNTL_REG_READ64(handle, TXC_RO_TIDS_REG, port, &tids.value);
910 states->tids.value = tids.value;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h466 struct tid_info tids; member in struct:adapter
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h1250 txc_ro_tids_t tids; member in struct:_txc_ro_states

Completed in 72 milliseconds