Home
last modified time | relevance | path

Searched refs:afterTask (Results 1 – 9 of 9) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt69 fun afterTask() in afterTask() method
75 override fun afterTask() { in afterTask() method
100 taskContext.afterTask() in run()
DDispatcher.kt221 override fun afterTask() { in afterTask() method in kotlinx.coroutines.scheduling.LimitingDispatcher
DCoroutineScheduler.kt739 afterTask(taskMode) in <lambda>()
750 private fun afterTask(taskMode: Int) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DSchedulerTask.kt17 internal actual inline fun SchedulerTaskContext.afterTask() = method
18 afterTask()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DSchedulerTask.common.kt15 internal expect inline fun SchedulerTaskContext.afterTask() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DSchedulerTask.kt15 internal actual inline fun SchedulerTaskContext.afterTask() {} in afterTask() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DSchedulerTask.kt15 internal actual inline fun SchedulerTaskContext.afterTask() {} in afterTask() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt172 override fun afterTask() {} in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineSchedulerTest.TaskContextImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt114 val result = runCatching { taskContext.afterTask() } in getSuccessfulResult()