Searched refs:G_TRYLOCK (Results 1 – 9 of 9) sorted by relevance
52 if (G_TRYLOCK (fen_lock)) { in dump_node_tree()73 if (G_TRYLOCK (fen_lock)) { in dump_hash()93 if (G_TRYLOCK (fen_lock)) { in dump_event_queue()
119 if (G_TRYLOCK (fen_lock)) { in scan_deleting_nodes()
241 if (G_TRYLOCK (fen_lock)) { in scan_deleting_data()
383 # define G_TRYLOCK(name) \ macro391 # define G_TRYLOCK(name) g_static_mutex_trylock (&G_LOCK_NAME (name)) macro399 # define G_TRYLOCK(name) (TRUE) macro
133 <NAME>G_TRYLOCK</NAME>134 #define G_TRYLOCK(name)
580 G_TRYLOCK
18 g_assert (G_TRYLOCK (test_g_mutex) == FALSE); in test_g_mutex_thread()34 g_assert (G_TRYLOCK (test_g_mutex)); in test_g_mutex()
5718 * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work6103 * glib.h (G_TRYLOCK): This of course should return TRUE in a
973 g_trylock() to G_TRYLOCK(), since these are macros that expand to