Searched refs:AtomicOperationInterceptor (Results 1 – 2 of 2) sorted by relevance
9 internal var interceptor: AtomicOperationInterceptor = DefaultInterceptor13 internal fun lockAndSetInterceptor(impl: AtomicOperationInterceptor) { in lockAndSetInterceptor()20 internal fun unlockAndResetInterceptor(impl: AtomicOperationInterceptor) { in unlockAndResetInterceptor()29 internal open class AtomicOperationInterceptor { class44 private object DefaultInterceptor : AtomicOperationInterceptor() {
458 private inner class Interceptor : AtomicOperationInterceptor() { in <lambda>()