Home
last modified time | relevance | path

Searched refs:siginterrupt (Results 1 – 25 of 35) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D37-1-buildonly.c14 dummyvar = siginterrupt; in dummyfcn()
/external/curl/tests/server/
Dtftpd.c226 #define siginterrupt(x,y) do {} while(0) macro
386 siginterrupt(SIGINT, 1); in install_signal_handlers()
394 siginterrupt(SIGTERM, 1); in install_signal_handlers()
402 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
Drtspd.c207 #define siginterrupt(x,y) do {} while(0) macro
288 siginterrupt(SIGINT, 1); in install_signal_handlers()
296 siginterrupt(SIGTERM, 1); in install_signal_handlers()
304 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
Dsockfilt.c153 #define siginterrupt(x,y) do {} while(0) macro
234 siginterrupt(SIGINT, 1); in install_signal_handlers()
242 siginterrupt(SIGTERM, 1); in install_signal_handlers()
250 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
Dsws.c217 #define siginterrupt(x,y) do {} while(0) macro
301 siginterrupt(SIGINT, 1); in install_signal_handlers()
309 siginterrupt(SIGTERM, 1); in install_signal_handlers()
317 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
/external/python/cpython2/Lib/test/
Dtest_signal.py378 signal.siginterrupt(self.signum, 1)
390 signal.siginterrupt(self.signum, 0)
/external/python/cpython2/Doc/library/
Dsignal.rst212 .. function:: siginterrupt(signalnum, flag)
217 the man page :manpage:`siginterrupt(3)` for further information).
221 :c:func:`siginterrupt` with a true *flag* value for the given signal.
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals51 siginterrupt WONT LOW
/external/python/cpython3/Doc/library/
Dsignal.rst351 .. function:: siginterrupt(signalnum, flag)
357 .. availability:: Unix (see the man page :manpage:`siginterrupt(3)`
362 :c:func:`siginterrupt` with a true *flag* value for the given signal.
/external/autotest/utils/
Dloadtest.py435 signal.siginterrupt(signal.SIGUSR1, False)
/external/python/cpython2/Modules/
Dsignalmodule.c393 if (siginterrupt(sig_num, flag)<0) { in signal_siginterrupt()
/external/curl/m4/
Dcurl-functions.m45314 dnl Verify if siginterrupt is available, prototyped, and
5328 AC_MSG_CHECKING([if siginterrupt can be linked])
5330 AC_LANG_FUNC_LINK_TRY([siginterrupt])
5340 AC_MSG_CHECKING([if siginterrupt is prototyped])
5341 AC_EGREP_CPP([siginterrupt],[
5353 AC_MSG_CHECKING([if siginterrupt is compilable])
5358 if(0 != siginterrupt(0, 0))
5371 AC_MSG_CHECKING([if siginterrupt usage allowed])
5381 AC_MSG_CHECKING([if siginterrupt might be used])
5388 [Define to 1 if you have the siginterrupt function.])
/external/python/cpython3/Modules/
Dsignalmodule.c524 if (siginterrupt(signalnum, flag)<0) { in signal_siginterrupt_impl()
/external/python/cpython2/Misc/NEWS.d/
D2.7b2.rst220 The siginterrupt setting is now preserved for all signals, not just SIGCHLD.
D2.6a1.rst3885 Add signal.siginterrupt, a wrapper around siginterrupt(3).
/external/python/cpython3/Lib/asyncio/
Dunix_events.py106 signal.siginterrupt(sig, False)
/external/python/cpython3/Python/
Dpylifecycle.c2405 siginterrupt(sig, 1); in PyOS_setsig()
/external/python/cpython2/Python/
Dpythonrun.c1928 siginterrupt(sig, 1); in PyOS_setsig()
/external/curl/lib/
Dcurl_config.h.in574 /* Define to 1 if you have the siginterrupt function. */
Dcurl_config.h.cmake557 /* Define to 1 if you have the siginterrupt function. */
/external/curl/
DCMakeLists.txt878 check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
/external/python/cpython2/
Dpyconfig.h.in676 /* Define to 1 if you have the `siginterrupt' function. */
/external/python/cpython3/
Dpyconfig.h.in905 /* Define to 1 if you have the `siginterrupt' function. */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2904 fun:siginterrupt=uninstrumented
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1840 * :func:`signal.signal` and :func:`signal.siginterrupt` raise an OSError,

12