Home
last modified time | relevance | path

Searched full:interruptible (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
DREADME.md258 To begin with we define an abstract class that describe objects that are interruptible.
314 and is interruptible :
335 The main difference is Wait() is interruptible. Thread returning from Wait must check Status return…
347 WaitPost is implemented on top of CondVar and hence is interruptible, that is, caller of
411 Queue is implemented on top of CondVar class and hence is interruptible. So callers of the above fu…
421 SpinLock is not interruptible.
432 RWLock is not interruptible.
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml5 interruptible: true
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c21 * If SA_RESTART is set in sa_flags, interruptible function interrupted
/third_party/mesa3d/
D.gitlab-ci.yml128 interruptible: true
628 interruptible: true
1166 interruptible: true
1316 interruptible: true
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
/third_party/boost/boost/thread/pthread/
Dthread_data.hpp368 // fall back to using the interruptible sleep functions.
/third_party/python/Modules/
D_threadmodule.c78 /* Helper to acquire an interruptible lock with a timeout. If the lock acquire
202 The blocking operation is interruptible.");
400 (note: the blocking operation is interruptible.)\n\
D_winapi.c1743 /* If this is the main thread then make the wait interruptible in _winapi_WaitForMultipleObjects_impl()
/third_party/boost/libs/thread/doc/
Dconfiguration.qbk334 …ile useful, makes any interruption point less efficient than if the thread were not interruptible.
/third_party/curl/lib/
Dselect.c459 * TPF's select calls are not signal interruptible.
/third_party/mksh/
Dhistrap.c1126 Sigact_ign.sa_flags = 0; /* interruptible */ in inittraps()
1544 /* interruptible */ in setsig()
/third_party/python/Doc/library/
Dsignal.rst511 restart behaviour to interruptible by implicitly calling
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h207 #define SB_NOINTR 0x40 /* operations not interruptible */
/third_party/node/src/
Dnode.cc593 // have to special-case EINTR, fstat() is not interruptible. in PlatformInit()
/third_party/libdrm/include/drm/
Dvmwgfx_drm.h593 * Waits for a fence object to signal. The wait is interruptible, so that
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h592 * Waits for a fence object to signal. The wait is interruptible, so that
/third_party/python/Doc/c-api/
Dexceptions.rst525 be interruptible by user requests (such as by pressing Ctrl-C).
/third_party/musl/
DWHATSNEW2033 - sem_wait and sem_timedwait were wrongly not interruptible by signals
/third_party/boost/doc/html/thread/
Dbuild.html1460 than if the thread were not interruptible.
/third_party/python/Lib/test/
Dtest_socket.py4411 # Test interrupting the interruptible send/receive methods with a
4498 # Test interrupting the interruptible send*() methods with signals
/third_party/python/Lib/
Dpydoc.py2211 """An interruptible scanner that searches module synopses."""
/third_party/ffmpeg/fftools/
Dffmpeg.c417 /* restart interruptible functions (i.e. don't fail with EINTR) */ in term_init()
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md428 * debugger: make busy loops SIGUSR1-interruptible (Ben Noordhuis)
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst3500 - ci: Do not mark container / pages jobs as interruptible
/third_party/python/Misc/
DHISTORY9013 make _multiprocessing.win32.WaitForMultipleObjects interruptible when

12