Searched refs:signal (Results 251 - 275 of 1027) sorted by path

<<11121314151617181920>>

/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py20 import signal namespace
103 preexec_fn=lambda: signal.signal(signal.SIGPIPE, signal.SIG_DFL))
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc20 #include <signal.h>
570 signal(SIGPIPE, SIG_IGN);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd216 # This function interacts with Python's signal handling. It checks
217 # whether a signal has been sent to the processes and if so,
218 # invokes the corresponding signal handler. If the signal module
219 # is supported, this can invoke a signal handler written in
227 # This function simulates the effect of a SIGINT signal arriving
/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h62 #include <signal.h> /* for traps */
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp80 #include <signal.h>
H A Dtsmthred.cpp76 #include <signal.h>
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp48 #include <signal.h>
60 signal(SIGALRM, &alarm_fn);
68 signal(SIGALRM, &alarm_fn);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libevent/
H A Dconfigure1863 $as_echo "$as_me: caught signal $ac_signal"
20481 for ac_header in fcntl.h stdarg.h inttypes.h stdint.h poll.h signal.h unistd.h sys/epoll.h sys/time.h sys/queue.h sys/event.h sys/param.h sys/ioctl.h sys/select.h sys/devpoll.h port.h netinet/in6.h sys/socket.h
21112 for ac_func in gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid
22410 *" signal.$ac_objext "* ) ;;
22411 *) LIBOBJS="$LIBOBJS signal.$ac_objext"
H A Ddevpoll.c40 #include <signal.h>
H A Depoll.c41 #include <signal.h>
H A Devent.c49 #include <signal.h>
H A Devport.c63 #include <signal.h>
H A Devrpc.c52 #include <signal.h>
H A Devutil.c56 #include <signal.h>
H A Dhttp.c73 #include <signal.h>
1184 /* for now, we just signal all requests by executing their callbacks */
H A Dkqueue.c43 #include <signal.h>
137 /* we need to keep track of multiple events per signal */
320 /* Be ready for the signal if it is sent any
395 /* Because we insert signal events
H A Dlibevent.target.darwin-arm.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.darwin-arm64.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.darwin-mips.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.darwin-mips64.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.darwin-x86.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.darwin-x86_64.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.linux-arm.mk36 third_party/libevent/signal.c \
H A Dlibevent.target.linux-arm64.mk36 third_party/libevent/signal.c \

Completed in 469 milliseconds

<<11121314151617181920>>