Searched refs:signal (Results 1 - 25 of 45) sorted by relevance

12

/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dkill.c24 #include <signal.h>
H A Dsigsuspend-base.c25 #include <signal.h>
/darwin-on-arm/xnu/bsd/arm/
H A Dsetjmp.h14 #include <machine/signal.h>
H A DMakefile13 _param.h arch.h locks.h signal.h \
19 _param.h arch.h locks.h signal.h \
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOSyncer.h58 virtual void signal(IOReturn res = kIOReturnSuccess,
/darwin-on-arm/xnu/bsd/i386/
H A DMakefile12 profile.h setjmp.h signal.h limits.h _limits.h \
17 profile.h setjmp.h signal.h limits.h _limits.h \
/darwin-on-arm/xnu/bsd/machine/
H A DMakefile14 setjmp.h signal.h types.h\
21 signal.h spl.h types.h \
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsigaction.c35 #include <signal.h>
H A Dsignal.c35 #include <signal.h>
57 (void) sprintf(lm_usage, "notes: measures signal()\n");
H A Dsigprocmask.c34 #include <signal.h>
H A DMakefile.benchmarks95 signal \
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSyncer.cpp105 void IOSyncer::signal(IOReturn res, bool autoRelease) function in class:IOSyncer
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c67 #include <signal.h>
H A Dlmbench_lat_sig_install.c67 #include <signal.h>
H A Dlmbench_lat_sig_send.c67 #include <signal.h>
H A Dlmbench_lat_sig_prot.c70 #include <signal.h>
H A Dlmbench_bw_unix.c70 #include <signal.h>
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c16 * other case (non-zero exit status, abnormal signal). The suite
39 #include <signal.h>
200 int signal = WTERMSIG(child_status); local
201 if (signal == _expected_signal) {
203 printf("Child process died with expected signal "
204 "%d.\n", signal);
208 printf("Child process unexpectedly died with signal "
209 "%d.\n", signal);
265 /* Include in tests whose expected outcome is a specific signal. */
266 #define expect_signal(signal) \
344 set_expected_signal(int signal) argument
[all...]
H A Dtests.h13 #include <signal.h> /* Install signal handlers*/
38 #include <sys/signal.h>
/darwin-on-arm/xnu/bsd/sys/
H A Daio.h40 #include <sys/signal.h>
46 * in the headers <fcntl.h>, <signal.h>, <sys/types.h>, and <time.h>.
256 * operations referenced by the aiocblist argument has completed, until a signal
H A Dparam.h126 #include <sys/signal.h>
H A Dwait.h100 * [XSI] The siginfo_t type shall be defined as described in <signal.h>
103 * symbols from <signal.h> and <sys/resource.h>
106 * inclusion of <sys/signal.h> and <sys/resource.h>, below.
116 #include <sys/signal.h> /* [XSI] for siginfo_t */
178 #define WSTOPPED 0x00000008 /* [XSI] Any child stopped by signal */
208 unsigned int w_Termsig:7, /* termination signal */
217 w_Termsig:7; /* termination signal */
228 w_Stopsig:8, /* signal that stopped us */
233 w_Stopsig:8, /* signal that stopped us */
H A DMakefile29 select.h sem.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \
75 select.h signal.h socket.h socketvar.h sockio.h stat.h \
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dmeasure_tlbs.c3 #include <signal.h>
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c5 #include <signal.h>

Completed in 117 milliseconds

12