HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_SIGNAL (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/pause/
pause01.c 27 SAFE_SIGNAL(SIGINT, sig_handler);
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe02.c 38 SAFE_SIGNAL(SIGPIPE, SIG_DFL);
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 179 SAFE_SIGNAL(SIGINT, sighandler);
  /external/ltp/lib/
tst_test.c 708 SAFE_SIGNAL(SIGALRM, alarm_handler);
709 SAFE_SIGNAL(SIGUSR1, heartbeat_handler);
  /external/ltp/include/
tst_safe_macros.h 379 static inline sighandler_t safe_signal(const char *file, const int lineno, function
395 #define SAFE_SIGNAL(signum, handler) \
396 safe_signal(__FILE__, __LINE__, (signum), (handler))

Completed in 45 milliseconds