Searched full:interruptible (Results 1 – 25 of 27) sorted by relevance
12
258 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 of411 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.
5 interruptible: true
21 * If SA_RESTART is set in sa_flags, interruptible function interrupted
128 interruptible: true628 interruptible: true1166 interruptible: true1316 interruptible: true
20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
368 // fall back to using the interruptible sleep functions.
78 /* Helper to acquire an interruptible lock with a timeout. If the lock acquire202 The blocking operation is interruptible.");400 (note: the blocking operation is interruptible.)\n\
1743 /* If this is the main thread then make the wait interruptible in _winapi_WaitForMultipleObjects_impl()
334 …ile useful, makes any interruption point less efficient than if the thread were not interruptible.
459 * TPF's select calls are not signal interruptible.
1126 Sigact_ign.sa_flags = 0; /* interruptible */ in inittraps()1544 /* interruptible */ in setsig()
511 restart behaviour to interruptible by implicitly calling
207 #define SB_NOINTR 0x40 /* operations not interruptible */
593 // have to special-case EINTR, fstat() is not interruptible. in PlatformInit()
593 * Waits for a fence object to signal. The wait is interruptible, so that
592 * Waits for a fence object to signal. The wait is interruptible, so that
525 be interruptible by user requests (such as by pressing Ctrl-C).
2033 - sem_wait and sem_timedwait were wrongly not interruptible by signals
1460 than if the thread were not interruptible.
4411 # Test interrupting the interruptible send/receive methods with a4498 # Test interrupting the interruptible send*() methods with signals
2211 """An interruptible scanner that searches module synopses."""
417 /* restart interruptible functions (i.e. don't fail with EINTR) */ in term_init()
428 * debugger: make busy loops SIGUSR1-interruptible (Ben Noordhuis)
3500 - ci: Do not mark container / pages jobs as interruptible
9013 make _multiprocessing.win32.WaitForMultipleObjects interruptible when