Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DInterceptor.kt9 internal var interceptor: AtomicOperationInterceptor = DefaultInterceptor
13 internal fun lockAndSetInterceptor(impl: AtomicOperationInterceptor) { in lockAndSetInterceptor()
20 internal fun unlockAndResetInterceptor(impl: AtomicOperationInterceptor) { in unlockAndResetInterceptor()
29 internal open class AtomicOperationInterceptor { class
44 private object DefaultInterceptor : AtomicOperationInterceptor() {
DLockFreedomTestEnvironment.kt458 private inner class Interceptor : AtomicOperationInterceptor() { in <lambda>()