HomeSort by relevance Sort by last modified time
    Searched refs:G_LOCK_DEFINE (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gthread.h 353 * you define them with G_LOCK_DEFINE_STATIC (name) or G_LOCK_DEFINE (name)
363 # define G_LOCK_DEFINE_STATIC(name) static G_LOCK_DEFINE (name)
364 # define G_LOCK_DEFINE(name) \
395 # define G_LOCK_DEFINE(name) extern void glib_dummy_decl (void)
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 60 G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock);
  /external/bluetooth/glib/tests/
thread-test.c 225 G_LOCK_DEFINE (test_g_static_rw_lock_state);
303 G_LOCK_DEFINE (test_g_once);
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 44 G_GNUC_INTERNAL G_LOCK_DEFINE (fen_lock);

Completed in 116 milliseconds