Home
last modified time | relevance | path

Searched refs:G_TRYLOCK (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dgthread.h129 # define G_TRYLOCK(name) \ macro
137 # define G_TRYLOCK(name) g_mutex_trylock (&G_LOCK_NAME (name)) macro
/third_party/glib/docs/reference/glib/
Dglib-overrides.txt143 <NAME>G_TRYLOCK</NAME>
144 #define G_TRYLOCK(name)
Dglib-sections.txt976 G_TRYLOCK
/third_party/glib/tests/
Dthread-test.c18 g_assert (G_TRYLOCK (test_g_mutex) == FALSE); in test_g_mutex_thread()
33 g_assert (G_TRYLOCK (test_g_mutex)); in test_g_mutex()
/third_party/glib/gio/
Dgdbusconnection.c517 if (G_UNLIKELY (G_TRYLOCK(name))) \