Thread.pointerBitLock

This is equivalent to g_bit_lock, but working on pointers (or other pointer-sized values).

For portability reasons, you may only lock on the bottom 32 bits of the pointer.

class Thread
static
void
pointerBitLock
(
void* address
,)

Parameters

address void*

a pointer to a [gpointer-sized|gpointer-sized] value

lockBit int

a bit value between 0 and 31

Meta

Since

2.30