Searched refs:g_atomic_pointer_and (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/ |
D | gatomic.h | 75 gsize g_atomic_pointer_and (volatile void *atomic, 231 #define g_atomic_pointer_and(atomic, val) \ macro 392 #define g_atomic_pointer_and(atomic, val) \ 459 #define g_atomic_pointer_and(atomic, val) \ 460 (g_atomic_pointer_and ((atomic), (gsize) (val)))
|
D | gatomic.c | 453 (g_atomic_pointer_and) (volatile void *atomic, in gsize() argument 456 return g_atomic_pointer_and ((gpointer *) atomic, val); in gsize() 678 (g_atomic_pointer_and) (volatile void *atomic, in gsize() argument 903 (g_atomic_pointer_and) (volatile void *atomic, in gsize() argument
|
D | gbitlock.c | 531 g_atomic_pointer_and (pointer_address, ~mask);
|
D | gdataset.c | 1221 g_atomic_pointer_and (datalist, ~(gsize)flags); in g_datalist_unset_flags()
|
/third_party/glib/glib/tests/ |
D | atomic.c | 121 gs2 = g_atomic_pointer_and (&gs, 6); in test_types() 148 #undef g_atomic_pointer_and in test_types() 240 gs2 = g_atomic_pointer_and (&gs, 6); in test_types()
|
/third_party/glib/gobject/ |
D | gparam.c | 261 oldvalue = g_atomic_pointer_and (&pspec->qdata, ~(gsize)PARAM_FLOATING_FLAG); in g_param_spec_sink() 281 oldvalue = g_atomic_pointer_and (&pspec->qdata, ~(gsize)PARAM_FLOATING_FLAG); in g_param_spec_ref_sink()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1216 g_atomic_pointer_and
|