/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ctx_switch.c | 47 #define INTERRUPTIBLE 0x1 macro 144 if (flags & INTERRUPTIBLE) { in single() 183 igt_while_interruptible(flags & INTERRUPTIBLE) { in single() 199 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 218 flags & INTERRUPTIBLE ? " (interruptible)" : ""); in single() 300 flags & INTERRUPTIBLE ? in all() 301 " (interruptible)" : "", in all() 323 { "-interruptible", INTERRUPTIBLE, NULL }, 325 { "-queue-interruptible", QUEUE | INTERRUPTIBLE, gem_has_queues },
|
H A D | gem_exec_flush.c | 38 #define INTERRUPTIBLE 64 macro 267 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 281 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 293 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 301 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 313 igt_while_interruptible(flags & INTERRUPTIBLE) in run() 638 igt_subtest_f("uc-%s-%s-interruptible", 642 UNCACHED | m->flags | INTERRUPTIBLE); 651 igt_subtest_f("wb-%s-%s-interruptible", 655 COHERENT | m->flags | INTERRUPTIBLE); [all …]
|
H A D | gem_exec_whisper.c | 75 #define INTERRUPTIBLE 0x4 macro 344 igt_while_interruptible(flags & INTERRUPTIBLE) { in whisper() 528 { "interruptible", INTERRUPTIBLE }, 533 { "chain-interruptible", CHAIN | INTERRUPTIBLE }, 536 { "fds-interruptible", FDS | INTERRUPTIBLE}, 542 { "contexts-interruptible", CONTEXTS | INTERRUPTIBLE}, 548 { "queues-interruptible", QUEUES | INTERRUPTIBLE}, 590 if (m->flags & INTERRUPTIBLE)
|
H A D | gem_evict_everything.c | 205 "interruptible" : "normal") { 238 igt_subtest("mlocked-interruptible") 241 igt_subtest("swapping-interruptible") 244 igt_subtest("minor-interruptible") 247 igt_subtest("major-interruptible") {
|
H A D | gem_ringfill.c | 43 #define INTERRUPTIBLE 0x1 macro 88 igt_while_interruptible(flags & INTERRUPTIBLE) { in fill_ring() 250 { "-interruptible", INTERRUPTIBLE, 1, true }, 255 { "-bomb", BOMB | NEWFD | INTERRUPTIBLE, 150 },
|
H A D | gem_reloc_vs_gpu.c | 321 igt_subtest("interruptible") 324 igt_subtest("interruptible-hang") 327 igt_subtest("faulting-reloc-interruptible") 330 igt_subtest("faulting-reloc-interruptible-hang") 339 flags & INTERRUPT ? "-interruptible" : "",
|
H A D | gem_fenced_exec_thrash.c | 91 #define INTERRUPTIBLE (1 << 1) macro 137 igt_while_interruptible(flags & INTERRUPTIBLE) { in run_test() 181 flags & INTERRUPTIBLE ? "-interruptible" : "")
|
H A D | gem_userptr_blits.c | 1924 "interruptible" : "normal") { 1953 igt_subtest("mlocked-unsync-interruptible") 1956 igt_subtest("swapping-unsync-interruptible") 1959 igt_subtest("minor-unsync-interruptible") 1962 igt_subtest("major-unsync-interruptible") { 2042 "interruptible" : "normal") { 2071 igt_subtest("mlocked-sync-interruptible") 2074 igt_subtest("swapping-sync-interruptible") 2077 igt_subtest("minor-sync-interruptible") 2080 igt_subtest("major-sync-interruptible") {
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | MonitorTestCase.java | 25 * Tests for {@link Monitor}, either interruptible or uninterruptible. 49 private final boolean interruptible; field in MonitorTestCase 55 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase() argument 56 this.interruptible = interruptible; in MonitorTestCase() 73 return interruptible ? "enterInterruptibly" : "enter"; in enter() 81 return interruptible ? "enterIfInterruptibly" : "enterIf"; in enterIf() 89 return interruptible ? "enterWhen" : "enterWhenUninterruptibly"; in enterWhen() 93 return interruptible ? "waitFor" : "waitForUninterruptibly"; in waitFor() 237 // TODO: Test interrupts with both interruptible and uninterruptible monitor.
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | MonitorTestCase.java | 25 * Tests for {@link Monitor}, either interruptible or uninterruptible. 49 private final boolean interruptible; field in MonitorTestCase 55 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase() argument 56 this.interruptible = interruptible; in MonitorTestCase() 73 return interruptible ? "enterInterruptibly" : "enter"; in enter() 81 return interruptible ? "enterIfInterruptibly" : "enterIf"; in enterIf() 89 return interruptible ? "enterWhen" : "enterWhenUninterruptibly"; in enterWhen() 93 return interruptible ? "waitFor" : "waitForUninterruptibly"; in waitFor() 239 // TODO: Test interrupts with both interruptible and uninterruptible monitor.
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/command/ |
D | CommandInterrupter.java | 42 // tracks whether a thread is currently interruptible 76 /** @return true if current thread is interruptible */ 81 /** @return true if specified thread is interruptible */ 89 * @param thread thread to mark as interruptible 97 CLog.v("Thread already interruptible"); in allowInterruptAsync() 112 * Flag a thread, interrupting it if and when it becomes interruptible.
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_core.h | 572 * interruptible function in a single call. 589 * interruptible function in a single call. 597 * by an interruptible function in a single call. 645 * interruptible manner. 670 * \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations 683 * short message with a private key, in an interruptible manner. 747 * interruptible manner. 774 * Either no internal interruptible operations are currently supported, 790 * short message with a private key, in an interruptible manner.
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/command/ |
D | CommandSchedulerFuncTest.java | 155 // simulate the invocation becoming interruptible in setUp() 242 // simulate the invocation becoming interruptible in invoke() 287 /** Test that the Invocation is not interruptible even when Battery is low. */ 327 /** Test that the Invocation is interruptible when Battery is low. */ 430 // simulate the invocation becoming interruptible in testShutdown_notInterruptible() 503 // simulate the invocation becoming interruptible in invoke() 558 // simulate the invocation becoming interruptible in testShutdown_notInterruptible_timeout()
|
D | CommandInterrupterTest.java | 60 // thread can be made interruptible in testAllowInterrupt() 148 // not yet marked as interruptible in testAllowInterruptAsync() 152 // marked as interruptible after enough time has passed in testAllowInterruptAsync()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_core.h | 621 * interruptible function in a single call. 638 * interruptible function in a single call. 646 * by an interruptible function in a single call. 694 * interruptible manner. 719 * \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations 732 * short message with a private key, in an interruptible manner. 796 * interruptible manner. 823 * Either no internal interruptible operations are currently supported, 839 * short message with a private key, in an interruptible manner.
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractInterruptibleChannel.java | 35 import sun.nio.ch.Interruptible; 39 * Base implementation class for interruptible channels. 142 private Interruptible interruptor; 155 interruptor = new Interruptible() { in begin() 208 static void blockedOn(Interruptible intr) { // package-private in blockedOn()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractInterruptibleChannel.java | 35 import sun.nio.ch.Interruptible; 39 * Base implementation class for interruptible channels. 142 private Interruptible interruptor; 155 interruptor = new Interruptible() { in begin() 208 static void blockedOn(Interruptible intr) { // package-private in blockedOn()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
H A D | AbstractInterruptibleChannel.java | 35 import sun.nio.ch.Interruptible; 39 * Base implementation class for interruptible channels. 142 private Interruptible interruptor; 155 interruptor = new Interruptible() { in begin() 208 static void blockedOn(Interruptible intr) { // package-private in blockedOn()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | UnixCopyFile.java | 52 boolean interruptible; field in UnixCopyFile.Flags 85 if (option == ExtendedCopyOption.INTERRUPTIBLE) { in fromCopyOptions() 86 flags.interruptible = true; in fromCopyOptions() 579 if (!flags.interruptible) { in copy() 580 // non-interruptible file copy in copy() 585 // interruptible file copy in copy()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | InterruptibleChannel.java | 39 * interruptible channel then another thread may invoke the channel's {@link 43 * <p> A channel that implements this interface is also <i>interruptible:</i> 44 * If a thread is blocked in an I/O operation on an interruptible channel then
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/ |
D | InterruptibleChannel.java | 39 * interruptible channel then another thread may invoke the channel's {@link 43 * <p> A channel that implements this interface is also <i>interruptible:</i> 44 * If a thread is blocked in an I/O operation on an interruptible channel then
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | InterruptibleChannel.java | 39 * interruptible channel then another thread may invoke the channel's {@link 43 * <p> A channel that implements this interface is also <i>interruptible:</i> 44 * If a thread is blocked in an I/O operation on an interruptible channel then
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | StampedLockTest.java | 281 * writeLockInterruptibly is interruptible 302 * timed tryWriteLock is interruptible 322 * readLockInterruptibly is interruptible 343 * timed tryReadLock is interruptible 572 * writeLockInterruptibly succeeds if unlocked, else is interruptible 593 * readLockInterruptibly succeeds if lock free else is interruptible
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 93 * waiting thread is interrupted. Interruptible and timeout 1074 if (node.wasInterrupted && !node.interruptible) in internalAwaitAdvance() 1089 final boolean interruptible; field in Phaser.QNode 1097 QNode(Phaser phaser, int phase, boolean interruptible, in QNode() argument 1101 this.interruptible = interruptible; in QNode() 1117 if (wasInterrupted && interruptible) { in isReleasable()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 93 * waiting thread is interrupted. Interruptible and timeout 1074 if (node.wasInterrupted && !node.interruptible) in internalAwaitAdvance() 1089 final boolean interruptible; field in Phaser.QNode 1097 QNode(Phaser phaser, int phase, boolean interruptible, in QNode() argument 1101 this.interruptible = interruptible; in QNode() 1117 if (wasInterrupted && interruptible) { in isReleasable()
|