Home
last modified time | relevance | path

Searched refs:SIGXCPU (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsignal.d71 inline int SIGXCPU = 24; variable
72 #pragma D binding "1.0" SIGXCPU
/xnu-11215/tests/
H A Dsetitimer.c241 rv = sigaction(SIGXCPU, &sigact, NULL);
610 case SIGXCPU: in alrm_handler()
/xnu-11215/bsd/sys/
H A Dsignal.h114 #define SIGXCPU 24 /* exceeded CPU time limit */ macro
/xnu-11215/bsd/kern/
H A Dkern_resource.c1272 psignal(p, SIGXCPU); in dosetrlimit()
H A Dkern_sig.c3365 psignal_try_thread(p, thread, SIGXCPU); in bsd_ast()