Searched defs:thr_id (Results 1 - 5 of 5) 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/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);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h139 thread_t thr_id; member in struct:nscd_getent_context
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h191 pthread_t thr_id; member in struct:thr_elem
/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...]

Completed in 80 milliseconds