Home
last modified time | relevance | path

Searched refs:siginterrupt (Results 1 – 25 of 33) 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/
Dutil.c541 #define siginterrupt(x,y) do {} while(0) macro
760 siginterrupt(SIGINT, 1); in install_signal_handlers()
768 siginterrupt(SIGTERM, 1); in install_signal_handlers()
776 siginterrupt(SIGBREAK, 1); in install_signal_handlers()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals51 siginterrupt WONT LOW
/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/igt-gpu-tools/tests/
Ddrm_read.c261 siginterrupt(SIGALRM, 1);
/external/python/cpython3/Doc/library/
Dsignal.rst501 .. function:: siginterrupt(signalnum, flag)
507 .. availability:: Unix. See the man page :manpage:`siginterrupt(3)`
512 :c:func:`siginterrupt` with a true *flag* value for the given signal.
/external/python/cpython2/Modules/
Dsignalmodule.c393 if (siginterrupt(sig_num, flag)<0) { in signal_siginterrupt()
/external/python/cpython3/Lib/asyncio/
Dunix_events.py109 signal.siginterrupt(sig, False)
1274 signal.siginterrupt(signal.SIGCHLD, False)
/external/curl/m4/
Dcurl-functions.m45622 dnl Verify if siginterrupt is available, prototyped, and
5636 AC_MSG_CHECKING([if siginterrupt can be linked])
5638 AC_LANG_FUNC_LINK_TRY([siginterrupt])
5648 AC_MSG_CHECKING([if siginterrupt is prototyped])
5649 AC_EGREP_CPP([siginterrupt],[
5661 AC_MSG_CHECKING([if siginterrupt is compilable])
5666 if(0 != siginterrupt(0, 0))
5679 AC_MSG_CHECKING([if siginterrupt usage allowed])
5689 AC_MSG_CHECKING([if siginterrupt might be used])
5696 [Define to 1 if you have the siginterrupt function.])
/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/Modules/
Dsignalmodule.c660 if (siginterrupt(signalnum, flag)<0) { in signal_siginterrupt_impl()
/external/python/cpython3/Python/
Dpylifecycle.c2543 siginterrupt(sig, 1); in PyOS_setsig()
/external/python/cpython2/Python/
Dpythonrun.c1928 siginterrupt(sig, 1); in PyOS_setsig()
/external/curl/lib/
Dcurl_config.h.cmake587 /* Define to 1 if you have the siginterrupt function. */
Dcurl_config.h.in609 /* Define to 1 if you have the siginterrupt function. */
/external/python/cpython2/
Dpyconfig.h.in676 /* Define to 1 if you have the `siginterrupt' function. */
Dconfigure.ac3133 sigaction siginterrupt sigrelse strftime \
/external/curl/
DCMakeLists.txt1033 check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
/external/python/cpython3/
Dpyconfig.h.in973 /* Define to 1 if you have the `siginterrupt' function. */
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2904 fun:siginterrupt=uninstrumented
/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,
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2333 The :func:`siginterrupt` function is now available from Python code,

12