Searched refs:dpr_tid (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h59 pthread_t dpr_tid; /* control thread (or zero if none) */ member in struct:dt_proc
H A Ddt_proc.c633 * dpr_tid to indicate the control thread has exited, and notify any
640 dpr->dpr_tid = 0;
715 if (dpr->dpr_tid) {
732 (void) _lwp_kill(dpr->dpr_tid, SIGCANCEL);
806 err = pthread_create(&dpr->dpr_tid, &a, dt_proc_control, &data);
959 * its ID in dpr->dpr_tid.

Completed in 23 milliseconds