← Docs
kotlin-stdlib / kotlin.native.concurrent / MutableData / withPointerLocked

withPointerLocked

Native
1.3
fun < R > withPointerLocked (
block : ( COpaquePointer , dataSize : Int ) -> R
) : R

(source)

Executes provided block under lock with raw pointer to the data stored in the buffer. Block is executed under the spinlock, and must be short.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .