Home
last modified time | relevance | path

Searched defs:afterTask (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt74 fun afterTask() in afterTask() method
80 override fun afterTask() { in afterTask() method
DDispatcher.kt205 override fun afterTask() { in afterTask() method in kotlinx.coroutines.scheduling.LimitingDispatcher
DCoroutineScheduler.kt775 private fun afterTask(taskMode: TaskMode) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DSchedulerTask.common.kt15 internal expect inline fun SchedulerTaskContext.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/js/src/
DSchedulerTask.kt15 internal actual inline fun SchedulerTaskContext.afterTask() {} in afterTask() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DSchedulerTask.kt17 internal actual inline fun SchedulerTaskContext.afterTask() = method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt148 override fun afterTask() {} in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineSchedulerTest.TaskContextImpl