Home
last modified time | relevance | path

Searched defs:G_TRYLOCK (Results 1 – 2 of 2) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgthread.h129 # define G_TRYLOCK(name) \ macro
137 # define G_TRYLOCK(name) g_mutex_trylock (&G_LOCK_NAME (name)) macro
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgthread.h386 # define G_TRYLOCK(name) \ macro
394 # define G_TRYLOCK(name) g_static_mutex_trylock (&G_LOCK_NAME (name)) macro
402 # define G_TRYLOCK(name) (TRUE) macro