Searched refs:SIGVTALRM (Results 1 – 25 of 43) sorted by relevance
12
61 [SIGVTALRM] = "VTALRM",96 [SIGVTALRM] = "Virtual timer expired",
76 inline int SIGVTALRM = 26; variable77 #pragma D binding "1.0" SIGVTALRM120 signal == SIGVTALRM ? "SIGVTALRM" :
66 REQUIRE_LIBC(signal(SIGVTALRM, handler), SIG_ERR); in ATF_TC_BODY()
58 [SIGVTALRM] = "SIGVTALRM",
237 $ SIGVTALRM
247 $ SIGVTALRM
252 $ SIGVTALRM
249 $ SIGVTALRM
219 $ SIGVTALRM
668 #ifdef SIGVTALRM in mesginit()669 if (mesg[SIGVTALRM].pname == NULL) { in mesginit()670 mesg[SIGVTALRM].iname = "VTALRM"; in mesginit()671 mesg[SIGVTALRM].pname = CSAVS(2, 60, "Virtual time alarm"); in mesginit()
120 #define RCTL_ACTION_SIGVTALRM SIGVTALRM
118 #define SIGVTALRM 26 /* virtual time alarm */ macro
50 if (signo == SIGALRM || signo == SIGVTALRM) in sighandler()
85 SIGVTALRM