Home
last modified time | relevance | path

Searched refs:G_LOCK_DEFINE (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.h363 # define G_LOCK_DEFINE_STATIC(name) static G_LOCK_DEFINE (name)
364 # define G_LOCK_DEFINE(name) \ macro
395 # define G_LOCK_DEFINE(name) extern void glib_dummy_decl (void) macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt108 <NAME>G_LOCK_DEFINE</NAME>
109 #define G_LOCK_DEFINE(name)
Dglib-sections.txt576 G_LOCK_DEFINE
/external/bluetooth/glib/tests/
Dthread-test.c225 G_LOCK_DEFINE (test_g_static_rw_lock_state);
303 G_LOCK_DEFINE (test_g_once);
/external/bluetooth/glib/gio/inotify/
Dinotify-helper.c60 G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock);
/external/bluetooth/glib/gio/fen/
Dfen-kernel.c44 G_GNUC_INTERNAL G_LOCK_DEFINE (fen_lock);
/external/bluetooth/glib/
DChangeLog.pre-1-266 * glib.h: s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added
975 changed G_LOCK_DEFINE() to G_LOCK_DECLARE() and introduced
1002 s/static G_LOCK_DEFINE/G_LOCK_DECLARE_STATIC/.