Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
DDispatchers.kt74 private val TIMER_DISPOSED = NativePtr.NULL.plus(1) in toString() constant
92 if (ptr == TIMER_DISPOSED) return in toString()
93 if (ref.compareAndSet(ptr, TIMER_DISPOSED)) { in toString()