Searched refs:siginterrupt (Results 1 – 25 of 33) sorted by relevance
12
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
D | 37-1-buildonly.c | 14 dummyvar = siginterrupt; in dummyfcn()
|
/external/curl/tests/server/ |
D | util.c | 541 #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/ |
D | COVERAGE.signals | 51 siginterrupt WONT LOW
|
/external/python/cpython2/Lib/test/ |
D | test_signal.py | 378 signal.siginterrupt(self.signum, 1) 390 signal.siginterrupt(self.signum, 0)
|
/external/python/cpython2/Doc/library/ |
D | signal.rst | 212 .. 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/ |
D | drm_read.c | 261 siginterrupt(SIGALRM, 1);
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 501 .. 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/ |
D | signalmodule.c | 393 if (siginterrupt(sig_num, flag)<0) { in signal_siginterrupt()
|
/external/python/cpython3/Lib/asyncio/ |
D | unix_events.py | 109 signal.siginterrupt(sig, False) 1274 signal.siginterrupt(signal.SIGCHLD, False)
|
/external/curl/m4/ |
D | curl-functions.m4 | 5622 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/ |
D | 2.7b2.rst | 220 The siginterrupt setting is now preserved for all signals, not just SIGCHLD.
|
D | 2.6a1.rst | 3885 Add signal.siginterrupt, a wrapper around siginterrupt(3).
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 660 if (siginterrupt(signalnum, flag)<0) { in signal_siginterrupt_impl()
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 2543 siginterrupt(sig, 1); in PyOS_setsig()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1928 siginterrupt(sig, 1); in PyOS_setsig()
|
/external/curl/lib/ |
D | curl_config.h.cmake | 587 /* Define to 1 if you have the siginterrupt function. */
|
D | curl_config.h.in | 609 /* Define to 1 if you have the siginterrupt function. */
|
/external/python/cpython2/ |
D | pyconfig.h.in | 676 /* Define to 1 if you have the `siginterrupt' function. */
|
D | configure.ac | 3133 sigaction siginterrupt sigrelse strftime \
|
/external/curl/ |
D | CMakeLists.txt | 1033 check_symbol_exists(siginterrupt "${CURL_INCLUDES}" HAVE_SIGINTERRUPT)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 973 /* Define to 1 if you have the `siginterrupt' function. */
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2904 fun:siginterrupt=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2904 fun:siginterrupt=uninstrumented
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1840 * :func:`signal.signal` and :func:`signal.siginterrupt` raise an OSError,
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2333 The :func:`siginterrupt` function is now available from Python code,
|
12