Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTest.h33 using handler_type = void (*) (int); variable
42 void SignalFailTest(int signum, handler_type h, int expectErrno = EINVAL);
DSignalTestUtils.cpp159 handler_type rt = signal(signum, SignalHandler); in SendAndRecvTest()
196 void IpcSignalTest::SignalFailTest(int signum, handler_type h, int expectErrno) in SignalFailTest()
199 handler_type rt = signal(signum, h); in SignalFailTest()
DSignalTest.cpp1217 handler_type rt = signal(sigNo, SIG_DFL);