withPointerLocked

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.

Since Kotlin

1.3