Searched refs:G_TRYLOCK (Results 1 – 5 of 5) sorted by relevance
129 # define G_TRYLOCK(name) \ macro137 # define G_TRYLOCK(name) g_mutex_trylock (&G_LOCK_NAME (name)) macro
143 <NAME>G_TRYLOCK</NAME>144 #define G_TRYLOCK(name)
976 G_TRYLOCK
18 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()
517 if (G_UNLIKELY (G_TRYLOCK(name))) \