HomeSort by: relevance | last modified time | path
    Searched refs:dpr_tid (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.h 59 pthread_t dpr_tid; /* control thread (or zero if none) */ member in struct:dt_proc
dt_proc.c 710 * dpr_tid to indicate the control thread has exited, and notify any
717 dpr->dpr_tid = 0;
804 if (dpr->dpr_tid) {
822 (void) _lwp_kill(dpr->dpr_tid, SIGCANCEL);
824 pthread_kill(dpr->dpr_tid, SIGTHR);
826 pthread_cancel(dpr->dpr_tid);
905 err = pthread_create(&dpr->dpr_tid, &a, dt_proc_control, &data);
1077 * its ID in dpr->dpr_tid.

Completed in 45 milliseconds