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

  /src/sys/kern/
kern_sig.c 136 static void sigswitch(int, int, bool);
939 sigswitch(0, signo, true);
1663 sigswitch(0, signo, true);
1698 sigswitch(int ppmask, int signo, bool proc_lock_held) function
1954 sigswitch(0, signo, false);
2011 sigswitch(PS_NOCLDSTOP, p->p_xsig, false);
2629 sigswitch(0, signo, false);
kern_sig.c 136 static void sigswitch(int, int, bool);
939 sigswitch(0, signo, true);
1663 sigswitch(0, signo, true);
1698 sigswitch(int ppmask, int signo, bool proc_lock_held) function
1954 sigswitch(0, signo, false);
2011 sigswitch(PS_NOCLDSTOP, p->p_xsig, false);
2629 sigswitch(0, signo, false);

Completed in 30 milliseconds