Home
last modified time | relevance | path

Searched defs:isMainDispatcherThread (Results 1 – 2 of 2) sorted by relevance

/lifecycle/lifecycle-runtime/src/nativeMain/kotlin/androidx/lifecycle/
DMainDispatcherChecker.native.kt23 @ThreadLocal private var isMainDispatcherThread = false variable
39 fun isMainDispatcherThread(): Boolean = in isMainDispatcherThread() method
/lifecycle/lifecycle-runtime/src/desktopMain/kotlin/androidx/lifecycle/
DMainDispatcherChecker.desktop.kt36 fun isMainDispatcherThread(): Boolean { in isMainDispatcherThread() method