Searched refs:PR_RLC (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/cddl/compat/opensolaris/include/
H A Dlibproc.h38 #define PR_RLC 0x0001 macro
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dproc-flags.c158 #if defined (PR_RLC)
166 { PR_RLC, "PR_RLC", "Run-on-last-close is in effect" },
H A Dproc-api.c248 arg1 == PR_RLC ? "PR_RLC" :
260 arg1 == PR_RLC ? "PR_RLC" :
482 arg[1] == PR_RLC ? "PR_RLC" :
500 arg[1] == PR_RLC ? "PR_RLC" :
H A Dprocfs.c1363 * PR_RLC -- traced process runs when last /proc file closed.
1381 * flag -- one of PR_FORK, PR_RLC, or PR_ASYNC
1442 case PR_RLC:
1476 flag == PR_RLC ? "PR_RLC" :
1502 return proc_modify_flag (pi, PR_RLC, FLAG_SET);
1518 return proc_modify_flag (pi, PR_RLC, FLAG_RESET);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c434 int krflag = psp->pr_flags & (PR_KLC | PR_RLC);
446 * While we are waiting for the victim to run, clear PR_KLC and PR_RLC
465 * the stop timestamp has changed, restore PR_KLC/PR_RLC to its
771 * If neither PR_KLC nor PR_RLC is set, then the process is stopped by
776 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) {
778 if (!(proc_getflags(dpr->dpr_proc) & (PR_KLC | PR_RLC))) {
983 (void) Punsetflags(dpr->dpr_proc, PR_RLC);
1055 (void) Psetflags(dpr->dpr_proc, PR_RLC);

Completed in 123 milliseconds