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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h56 uint8_t dpr_quit; /* quit flag: ctl thread should quit */ member in struct:dt_proc
H A Ddt_proc.c417 while (!dpr->dpr_quit) {
419 continue; /* check dpr_quit and continue waiting */
480 * of PCWSTOP with EINTR, at which point we will see dpr_quit and exit.
543 while (!dpr->dpr_quit) {
547 continue; /* check dpr_quit and continue waiting */
553 continue; /* check dpr_quit and continue waiting */
609 dpr->dpr_quit = B_TRUE;
615 dpr->dpr_quit = B_TRUE;
721 * Set the dpr_quit flag to tell the daemon thread to exit. We
735 dpr->dpr_quit
[all...]

Completed in 60 milliseconds