Searched refs:signal (Results 101 - 125 of 134) sorted by relevance

123456

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dtkeclipse.c34 #include <signal.h>
H A Dtkexdr.c34 #include <signal.h>
H A Dtrace.c35 #include <signal.h>
H A Dwm.c36 #include <signal.h>
2023 signal(SIGINT, SIG_IGN);
2024 signal(SIGIO,sigio_handler);
2026 signal(SIGPOLL,sigio_handler);
H A Dbip_misc.c56 #include <signal.h>
1323 sig = 0; /* allow pseudo-signal 0 for existence testing */
H A Dos_support.c108 #include <signal.h>
885 * on Suns when the profiler signal interupts getcwd()
1446 desc->fun = NULL; /* ... and signal stopping */
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsintro.tex218 %When an interrupt occurs, e.g., a signal, the current execution
219 %is interrupted and the signal is handled immediately in real time.
H A Dumssocket.tex197 socket(internet, datagram, sigio(s)), % signal when data comes
202 % As soon as a message arrives to the socket, the io signal will
H A Dumserrors.tex547 %only prints the signal number to the {\tt error} stream.
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c682 * |(1<<10) sets a reserved bit to signal that variable
745 #include <signal.h>
/barrelfish-master/include/lwip2/netif/ppp/
H A Dmultilink.c48 #include <signal.h>
H A Dutils.c40 #include <signal.h>
/barrelfish-master/lib/posixcompat/
H A Dpthreads.c16 #include <signal.h>
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c84 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
108 #include <signal.h>
263 signal(SIGALRM,sig_done);
1464 signal(SIGALRM,sig_done);
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembed.tex399 Sometimes it may be necessary to signal some asynchronous event to
405 /* C++ code, possibly within a signal handler */
557 within a signal handler unless it can make sure that {\eclipse} has
/barrelfish-master/lib/libc/db/hash/
H A Dhash_page.c60 #include <signal.h>
/barrelfish-master/lib/libc/resolv/
H A Dres_send.c97 #include <signal.h>
/barrelfish-master/lib/libc/rpc/
H A Dclnt_dg.c58 #include <signal.h>
H A Dclnt_vc.c76 #include <signal.h>
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_server.c41 #include <signal.h>
768 /* unblock signal */
836 fprintf(stderr, "nsrv: Catched unexpected signal %d !\n", sig);
1262 /* reenable PDS related signal delivery */
1281 /* disable PDS related signal delivery */
1676 /* install signal handlers */
/barrelfish-master/doc/017-arm/
H A DARM.tex820 works: it waits for a signal from the BSP core (an interrupt), and when this
821 signal is received, the application core will read an address from a well-
/barrelfish-master/usr/eclipseclp/
H A Dconfigure2511 $as_echo "$as_me: caught signal $ac_signal"
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
6791 $as_echo_n "checking return type of signal handlers... " >&6; }
6798 #include <signal.h>
6803 return *(signal (0, 0)) (0) == 1;
7753 # Check if we can get a signal when data is ready
7872 # Check if the signal action is reset to SIG_DLF before entering the handler
7874 echo checking if signal action is reset before entering the handler
7880 #include <signal.h>
7881 handler (n) {exit signal(
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc64-mont.pl920 li r3,1 ; signal "handled"
H A Dsparcv9a-mont.pl136 clr %i0 ! signal "unsupported input value"
/barrelfish-master/doc/000-overview/
H A DOverview.tex172 as a page fault signal from the kernel or the arrival of an
428 Drivers}, which provide a synchronous signal to the receiving domain

Completed in 224 milliseconds

123456