/external/syslinux/gpxe/src/util/ |
D | hijack.c | 406 siginterrupt ( SIGINT, 1 ); in listen_for_hijackers() 407 siginterrupt ( SIGHUP, 1 ); in listen_for_hijackers() 409 siginterrupt ( SIGINT, 0 ); in listen_for_hijackers() 410 siginterrupt ( SIGHUP, 0 ); in listen_for_hijackers()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 37-1-buildonly.c | 14 dummyvar = siginterrupt; in dummyfcn()
|
/external/bison/m4/ |
D | sigaction.m4 | 30 AC_CHECK_FUNCS_ONCE([sigaltstack siginterrupt])
|
/external/curl/tests/server/ |
D | tftpd.c | 226 #define siginterrupt(x,y) do {} while(0) macro 383 siginterrupt(SIGINT, 1); in install_signal_handlers() 390 siginterrupt(SIGTERM, 1); in install_signal_handlers() 397 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
|
D | rtspd.c | 204 #define siginterrupt(x,y) do {} while(0) macro 281 siginterrupt(SIGINT, 1); in install_signal_handlers() 288 siginterrupt(SIGTERM, 1); in install_signal_handlers() 295 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
|
D | sockfilt.c | 150 #define siginterrupt(x,y) do {} while(0) macro 227 siginterrupt(SIGINT, 1); in install_signal_handlers() 234 siginterrupt(SIGTERM, 1); in install_signal_handlers() 241 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
|
D | sws.c | 209 #define siginterrupt(x,y) do {} while(0) macro 286 siginterrupt(SIGINT, 1); in install_signal_handlers() 293 siginterrupt(SIGTERM, 1); in install_signal_handlers() 300 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
|
/external/python/cpython2/Lib/test/ |
D | test_signal.py | 365 signal.siginterrupt(self.signum, 1) 377 signal.siginterrupt(self.signum, 0)
|
/external/python/cpython2/Doc/library/ |
D | signal.rst | 210 .. function:: siginterrupt(signalnum, flag) 215 the man page :manpage:`siginterrupt(3)` for further information). 219 :c:func:`siginterrupt` with a true *flag* value for the given signal.
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.signals | 51 siginterrupt WONT LOW
|
/external/python/cpython2/Modules/ |
D | signalmodule.c | 393 if (siginterrupt(sig_num, flag)<0) { in signal_siginterrupt()
|
/external/curl/m4/ |
D | curl-functions.m4 | 5353 dnl Verify if siginterrupt is available, prototyped, and 5367 AC_MSG_CHECKING([if siginterrupt can be linked]) 5369 AC_LANG_FUNC_LINK_TRY([siginterrupt]) 5379 AC_MSG_CHECKING([if siginterrupt is prototyped]) 5380 AC_EGREP_CPP([siginterrupt],[ 5392 AC_MSG_CHECKING([if siginterrupt is compilable]) 5397 if(0 != siginterrupt(0, 0)) 5410 AC_MSG_CHECKING([if siginterrupt usage allowed]) 5420 AC_MSG_CHECKING([if siginterrupt might be used]) 5427 [Define to 1 if you have the siginterrupt function.])
|
/external/bison/ |
D | maint.mk | 610 siginterrupt sigismember signal sigpause sigpending sigprocmask sigqueue \
|
D | configure | 3682 as_fn_append ac_func_list " siginterrupt"
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1916 siginterrupt(sig, 1); in PyOS_setsig()
|
/external/curl/lib/ |
D | curl_config.h.cmake | 545 /* Define to 1 if you have the siginterrupt function. */
|
/external/curl/ |
D | CMakeLists.txt | 804 check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
|
/external/python/cpython2/ |
D | pyconfig.h.in | 652 /* Define to 1 if you have the `siginterrupt' function. */
|
D | configure.ac | 3104 sigaction siginterrupt sigrelse strftime \
|
D | configure | 10582 sigaction siginterrupt sigrelse strftime \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2904 fun:siginterrupt=uninstrumented
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2333 The :func:`siginterrupt` function is now available from Python code,
|
/external/python/cpython2/Misc/ |
D | NEWS | 6326 - Issue #8354: The siginterrupt setting is now preserved for all signals, not 11680 - Patch #1089358: Add signal.siginterrupt, a wrapper around 11681 siginterrupt(3).
|
D | HISTORY | 11254 when we have siginterrupt().
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 123 PUBLIC 32c70 0 siginterrupt
|