Home | History | Annotate | Download | only in server

Lines Matching defs:siginterrupt

214 /* do-nothing macro replacement for systems which lack siginterrupt() */
217 #define siginterrupt(x,y) do {} while(0)
301 siginterrupt(SIGINT, 1);
309 siginterrupt(SIGTERM, 1);
317 siginterrupt(SIGBREAK, 1);