Searched refs:G_LOCK_DEFINE (Results 1 – 7 of 7) sorted by relevance
363 # define G_LOCK_DEFINE_STATIC(name) static G_LOCK_DEFINE (name)364 # define G_LOCK_DEFINE(name) \ macro395 # define G_LOCK_DEFINE(name) extern void glib_dummy_decl (void) macro
108 <NAME>G_LOCK_DEFINE</NAME>109 #define G_LOCK_DEFINE(name)
576 G_LOCK_DEFINE
225 G_LOCK_DEFINE (test_g_static_rw_lock_state);303 G_LOCK_DEFINE (test_g_once);
60 G_GNUC_INTERNAL G_LOCK_DEFINE (inotify_lock);
44 G_GNUC_INTERNAL G_LOCK_DEFINE (fen_lock);
66 * glib.h: s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added975 changed G_LOCK_DEFINE() to G_LOCK_DECLARE() and introduced1002 s/static G_LOCK_DEFINE/G_LOCK_DECLARE_STATIC/.