Searched refs:thr_id (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c88 thread_t thr_id; local
90 thr_id = (thread_t)id;
91 (void) thr_join(thr_id, NULL, NULL);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h191 pthread_t thr_id; member in struct:thr_elem
H A Ddoor.c1270 if (pthread_equal(thr->thr_id, tid)) {
1292 new_e->thr_id = tid;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c195 (me, "in_use = %d, ctx->thr_id = %d, thread id = %d\n",
196 ctx->in_use, ctx->thr_id, thr_self());
199 if (in_use == 1 && ctx->thr_id == thr_self())
454 c->thr_id = thr_self();
525 gnctx->thr_id = (thread_t)-1;
535 gnctx->thr_id = (thread_t)-1;
H A Dnscd_switch.h139 thread_t thr_id; member in struct:nscd_getent_context
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c86 iscsi_thread_t *thr_id; member in struct:iscsid_thr_table
431 if (dt->thr_id != NULL) {
432 rval = iscsi_thread_start(dt->thr_id);
438 dt->thr_id);
478 if (dt->thr_id != NULL) {
479 rval = iscsi_thread_stop(dt->thr_id);
538 if ((dm & dt->method) && (dt->thr_id != NULL)) {
539 if (iscsi_thread_send_wakeup(dt->thr_id) ==
1844 if (t->thr_id == NULL) {
1845 t->thr_id
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c885 kt_did_t thr_id; local
893 thr_id = ss->nx_nodeq_kt_did;
900 if (thr_id) {
901 thread_join(thr_id);

Completed in 84 milliseconds