glib.gatomic

Undocumented in source.

Members

Functions

g_atomic_int_add
gint g_atomic_int_add(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_and
guint g_atomic_int_and(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_compare_and_exchange
gboolean g_atomic_int_compare_and_exchange(gint* atomic, gint oldval, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_dec_and_test
gboolean g_atomic_int_dec_and_test(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_exchange_and_add
deprecated gint g_atomic_int_exchange_and_add(gint* atomic, gint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_get
gint g_atomic_int_get(const(gint)* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_inc
void g_atomic_int_inc(gint* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_or
guint g_atomic_int_or(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_set
void g_atomic_int_set(gint* atomic, gint newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_int_xor
guint g_atomic_int_xor(guint* atomic, guint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_add
gssize g_atomic_pointer_add(void* atomic, gssize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_and
gsize g_atomic_pointer_and(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_compare_and_exchange
gboolean g_atomic_pointer_compare_and_exchange(void* atomic, gpointer oldval, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_get
gpointer g_atomic_pointer_get(const(void)* atomic)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_or
gsize g_atomic_pointer_or(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_set
void g_atomic_pointer_set(void* atomic, gpointer newval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_atomic_pointer_xor
gsize g_atomic_pointer_xor(void* atomic, gsize val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta