Home
last modified time | relevance | path

Searched refs:isBlocking (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DWorkQueue.kt83 if (task.isBlocking) blockingTasksInBuffer.incrementAndGet() in addLast()
129 if (value != null && value.isBlocking && buffer.compareAndSet(index, value, null)) { in tryStealBlockingFrom()
153 if (blockingOnly && !lastScheduled.isBlocking) return NOTHING_TO_STEAL in tryStealLastScheduled()
195 if (this != null && isBlocking) { in Task()
DTasks.kt88 internal inline val Task.isBlocking get() = taskContext.taskMode == TASK_PROBABLY_BLOCKING constant
DCoroutineScheduler.kt119 return if (task.isBlocking) { in <lambda>()
/external/downloader/src/main/java/com/google/android/downloader/
DIOUtil.java47 selectableChannel.isBlocking(), in validateChannel()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DCrossProfileMethodInfo.java157 public boolean isBlocking(GeneratorContext context, CrossProfileTypeInfo type) { in isBlocking() method in CrossProfileMethodInfo
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DIfAvailableGenerator.java115 if (method.isBlocking(generatorContext, crossProfileType)) { in generateMethodOnIfAvailableClass()
DAlwaysThrowsGenerator.java119 if (method.isBlocking(generatorContext, crossProfileType)) { in generateAlwaysThrowsClass()
DInterfaceGenerator.java396 if (method.isBlocking(generatorContext, crossProfileType)) { in generateMethodOnSingleSenderCanThrowInterface()
450 if (method.isBlocking(generatorContext, crossProfileType)) { in generateMultipleSenderInterface()
DOtherProfileGenerator.java141 if (method.isBlocking(generatorContext, crossProfileType)) { in generateOtherProfileClass()
DFakeOtherGenerator.java123 if (method.isBlocking(generatorContext, crossProfileType)) { in generateFakeOther()
DMultipleProfilesGenerator.java128 if (method.isBlocking(generatorContext, crossProfileType)) { in generateMultipleProfilesClass()
DInternalCrossProfileClassGenerator.java173 if (method.isBlocking(generatorContext, crossProfileType)) { in addCrossProfileTypeMethods()