Home
last modified time | relevance | path

Searched refs:sigproc (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd04.c36 static void sigproc(int sig);
71 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
78 static void sigproc(int sig) in sigproc() function
/third_party/ltp/testcases/kernel/syscalls/alarm/
H A Dalarm06.c19 static void sigproc(int sig) in sigproc() function
27 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr04.c46 static void sigproc(int sig) in sigproc() function
97 SAFE_SIGNAL(SIGUSR1, sigproc); in setup()
/third_party/node/deps/v8/tools/testrunner/
H A Dnum_fuzzer.py156 sigproc = self._create_signal_proc()
169 sigproc,
195 return sigproc.exit_code
H A Dstandard_runner.py295 sigproc = self._create_signal_proc()
307 sigproc,
347 return max(exit_code, sigproc.exit_code)
H A Dbase_runner.py32 from testrunner.testproc.sigproc import SignalProc

Completed in 4 milliseconds