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.kt67 fun afterTask() in afterTask() method
71 override fun afterTask() { in afterTask() method in kotlinx.coroutines.scheduling.TaskContextImpl
DDeprecated.kt189 override fun afterTask() { in createScheduler() method in kotlinx.coroutines.scheduling.LimitingDispatcher
DCoroutineScheduler.kt805 private fun afterTask(taskMode: Int) { in <lambda>() 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/common/src/
DSchedulerTask.common.kt15 internal expect inline fun SchedulerTaskContext.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.kt172 override fun afterTask() {} in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineSchedulerTest.TaskContextImpl