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

/freebsd-10.3-release/cddl/contrib/opensolaris/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.c700 * dpr_tid to indicate the control thread has exited, and notify any
707 dpr->dpr_tid = 0;
794 if (dpr->dpr_tid) {
812 (void) _lwp_kill(dpr->dpr_tid, SIGCANCEL);
814 pthread_kill(dpr->dpr_tid, SIGTHR);
893 err = pthread_create(&dpr->dpr_tid, &a, dt_proc_control, &data);
1065 * its ID in dpr->dpr_tid.

Completed in 168 milliseconds