Searched refs:thr_tid (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c40 tp->thr_tid = tid;
94 err = pthread_create(&tp->thr_tid, NULL, fmd_thread_start, tp);
124 if (flag == FMD_THREAD_JOIN && tp->thr_tid != pthread_self() &&
125 pthread_join(tp->thr_tid, NULL) != 0) {
127 "%s (tid %u)\n", tp->thr_mod->mod_name, tp->thr_tid);
H A Dfmd_thread.h42 pthread_t thr_tid; /* thread identifier */ member in struct:fmd_thread
H A Dfmd_timerq.c102 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
151 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
277 fmd_time_waitcancel(tmq->tmq_thread->thr_tid);
H A Dfmd_ctl.c91 (void) pthread_kill(fmd.d_rmod->mod_thread->thr_tid, SIGTERM);
H A Dfmd_api.c388 if (pthread_self() != mp->mod_thread->thr_tid)
561 "thread %u\n", mp->mod_name, tp->thr_tid);
567 mp->mod_name, tp->thr_tid);
569 ASSERT(tp->thr_tid == id);
570 (void) pthread_cancel(tp->thr_tid);
571 (void) pthread_join(tp->thr_tid, NULL);
1753 tid = tp->thr_tid;
1813 if (tid != mp->mod_thread->thr_tid &&
1829 if (tid == mp->mod_thread->thr_tid ||
1877 tid = new_tp->thr_tid;
[all...]
H A Dfmd_mdb.c108 t->trw_tid = thr.thr_tid;
717 addr, thr.thr_mod, thr.thr_tid, thr.thr_func);
H A Dfmd_module.c900 if (tid != mp->mod_thread->thr_tid) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dper_dnet.h61 thread_t thr_tid; /* thread id */ member in struct:dsvc_free
H A Dinterfaces.c863 THR_DETACHED, &freep->thr_tid) !=
885 tid = freep->thr_tid;

Completed in 130 milliseconds