Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
DDispatchers.kt49 val timerBlock: TimerBlock = { in scheduleResumeAfterDelay() constant
53 timer.start(timeMillis, timerBlock) in scheduleResumeAfterDelay()
59 val timerBlock: TimerBlock = { in invokeOnTimeout() constant
63 timer.start(timeMillis, timerBlock) in invokeOnTimeout()
79 fun start(timeMillis: Long, timerBlock: TimerBlock) { in toString()
81 val timer = CFRunLoopTimerCreateWithHandler(null, fireDate, 0.0, 0u, 0, timerBlock) in toString()