Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c440 while (!dpr->dpr_quit) { in dt_proc_control()
483 dpr->dpr_quit = B_TRUE; in dt_proc_control()
489 dpr->dpr_quit = B_TRUE; in dt_proc_control()
495 if (dpr->dpr_quit && dpr->dpr_close == DT_CLOSE_KILL) { in dt_proc_control()
614 dpr->dpr_quit = B_TRUE; in dt_proc_destroy()
H A Ddt_proc.h61 uint8_t dpr_quit; /* quit flag: ctl thread should quit */ member