glib.gbitlock

Undocumented in source.

Members

Functions

g_bit_lock
void g_bit_lock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_trylock
gboolean g_bit_trylock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_unlock
void g_bit_unlock(gint* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_lock
void g_pointer_bit_lock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_trylock
gboolean g_pointer_bit_trylock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_pointer_bit_unlock
void g_pointer_bit_unlock(void* address, gint lock_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta