Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfakekernel/common/
H A Dthread.c88 thread_t thr_id; in thread_join() local
90 thr_id = (thread_t)id; in thread_join()
91 (void) thr_join(thr_id, NULL, NULL); in thread_join()
/titanic_44/usr/src/cmd/nscd/
H A Dnscd_getentctx.c196 ctx->in_use, ctx->thr_id, thr_self()); in _nscd_is_getent_ctx_in_use()
199 if (in_use == 1 && ctx->thr_id == thr_self()) in _nscd_is_getent_ctx_in_use()
454 c->thr_id = thr_self(); in _nscd_get_getent_ctx()
525 gnctx->thr_id = (thread_t)-1; in _nscd_put_getent_ctx()
535 gnctx->thr_id = (thread_t)-1; in _nscd_put_getent_ctx()
H A Dnscd_switch.h139 thread_t thr_id; member
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c86 iscsi_thread_t *thr_id; member
431 if (dt->thr_id != NULL) { in iscsid_enable_discovery()
432 rval = iscsi_thread_start(dt->thr_id); in iscsid_enable_discovery()
438 dt->thr_id); in iscsid_enable_discovery()
478 if (dt->thr_id != NULL) { in iscsid_disable_discovery()
479 rval = iscsi_thread_stop(dt->thr_id); in iscsid_disable_discovery()
538 if ((dm & dt->method) && (dt->thr_id != NULL)) { in iscsid_poke_discovery()
539 if (iscsi_thread_send_wakeup(dt->thr_id) == in iscsid_poke_discovery()
1844 if (t->thr_id == NULL) { in iscsid_threads_create()
1845 t->thr_id = iscsi_thread_create(ihp->hba_dip, t->name, in iscsid_threads_create()
[all …]
/titanic_44/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h191 pthread_t thr_id; member
H A Ddoor.c1264 if (pthread_equal(thr->thr_id, tid)) { in match_entry()
1286 new_e->thr_id = tid; in add_entry()
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c885 kt_did_t thr_id; in eibnx_rb_state_init() local
893 thr_id = ss->nx_nodeq_kt_did; in eibnx_rb_state_init()
900 if (thr_id) { in eibnx_rb_state_init()
901 thread_join(thr_id); in eibnx_rb_state_init()