Function

GLib-2.0GLibpointer_bit_lock_and_getSince 2.80

  • 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.

    Parameters

    • address: any

      a pointer to a gpointer-sized value

    • lock_bit: number

      a bit value between 0 and 31

    Returns never

    2.80