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

  /src/sys/kern/
kern_sig.c 1286 bool traced; local in function:kpsignal2
1315 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1319 * If proc is traced, always give parent a chance.
1321 if (traced) {
1326 * If the process is being traced and the signal
1416 if (traced)
1429 * - If traced, then no action is needed, unless killing.
1432 if (traced && signo != SIGKILL) {
1444 if (traced) {
1475 KASSERT(!traced);
1831 bool traced; local in function:issignal
    [all...]
kern_sig.c 1286 bool traced; local in function:kpsignal2
1315 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1319 * If proc is traced, always give parent a chance.
1321 if (traced) {
1326 * If the process is being traced and the signal
1416 if (traced)
1429 * - If traced, then no action is needed, unless killing.
1432 if (traced && signo != SIGKILL) {
1444 if (traced) {
1475 KASSERT(!traced);
1831 bool traced; local in function:issignal
    [all...]

Completed in 141 milliseconds