Home
last modified time | relevance | path

Searched refs:G_ATOMIC_LOCK_FREE (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/docs/reference/glib/
Dglib-overrides.txt10 <NAME>G_ATOMIC_LOCK_FREE</NAME>
11 #define G_ATOMIC_LOCK_FREE
Dglib-sections.txt1198 G_ATOMIC_LOCK_FREE
/third_party/glib/glib/
Dgatomic.c91 #ifdef G_ATOMIC_LOCK_FREE
714 #error G_ATOMIC_LOCK_FREE defined, but incapable of lock-free atomics.
Dglibconfig.h213 #define G_ATOMIC_LOCK_FREE macro
Dgthread.c644 #if defined(G_ATOMIC_LOCK_FREE) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) && defined(__ATOMIC_… in g_once_impl()
Dgthread.h246 #if defined(G_ATOMIC_LOCK_FREE) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) && defined(__ATOMIC_…
Dglibconfig.h.in150 #mesondefine G_ATOMIC_LOCK_FREE
Dgatomic.h90 #if defined(G_ATOMIC_LOCK_FREE) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)
Dgmain.c466 #if (defined(G_ATOMIC_LOCK_FREE) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)) || !defined(HAVE_S…
5616 #if defined(G_ATOMIC_LOCK_FREE) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) in g_unix_signal_handler()
/third_party/gstreamer/gstreamer/gst/
Dgst.c618 #ifndef G_ATOMIC_LOCK_FREE in init_pre()
/third_party/glib/
Dmeson.build1824 # We also publish the information via G_ATOMIC_LOCK_FREE in case the
1865 glibconfig_conf.set('G_ATOMIC_LOCK_FREE', have_atomic_lock_free)
DNEWS7678 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are