Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/fen/
Dfen-dump.c52 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()
Dfen-node.c119 if (G_TRYLOCK (fen_lock)) { in scan_deleting_nodes()
Dfen-data.c241 if (G_TRYLOCK (fen_lock)) { in scan_deleting_data()
/external/bluetooth/glib/glib/
Dgthread.h383 # define G_TRYLOCK(name) \ macro
391 # define G_TRYLOCK(name) g_static_mutex_trylock (&G_LOCK_NAME (name)) macro
399 # define G_TRYLOCK(name) (TRUE) macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt133 <NAME>G_TRYLOCK</NAME>
134 #define G_TRYLOCK(name)
Dglib-sections.txt580 G_TRYLOCK
/external/bluetooth/glib/tests/
Dthread-test.c18 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()
/external/bluetooth/glib/
DChangeLog.pre-2-05718 * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
6103 * glib.h (G_TRYLOCK): This of course should return TRUE in a
DChangeLog.pre-1-2973 g_trylock() to G_TRYLOCK(), since these are macros that expand to