Home
last modified time | relevance | path

Searched refs:GOnce (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/tests/
Dthread-test.c305 static GOnce test_g_once_array[G_ONCE_SIZE];
346 static GOnce once_init = G_ONCE_INIT; in test_g_thread_once()
/external/bluetooth/glib/gio/
Dgvfs.c231 static GOnce once_init = G_ONCE_INIT; in g_vfs_get_default()
Dglocalfilemonitor.c184 static GOnce once_init = G_ONCE_INIT; in _g_local_file_monitor_new()
Dglocaldirectorymonitor.c260 static GOnce once_init = G_ONCE_INIT; in _g_local_directory_monitor_new()
Dgioscheduler.c231 static GOnce once_init = G_ONCE_INIT; in g_io_scheduler_push_job()
Dgunionvolumemonitor.c479 static GOnce once_init = G_ONCE_INIT; in get_native_class()
Dgdesktopappinfo.c136 static GOnce once_init = G_ONCE_INIT; in get_applications_search_path()
DChangeLog4616 could leave the initialization variable set to 0 but use GOnce.
/external/bluetooth/glib/glib/
Dgthread.h315 typedef struct _GOnce GOnce; typedef
324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg);
Dgthread.c176 g_once_impl (GOnce *once, in g_once_impl()
/external/bluetooth/glib/gio/fen/
Dfen-helper.c226 static GOnce fen_init_once = G_ONCE_INIT; in fen_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt630 GOnce
/external/bluetooth/glib/docs/reference/
DChangeLog1818 * glib/tmpl/threads.sgml: Improve GOnce docs.
2895 * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2897 * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
/external/bluetooth/glib/
DChangeLog.pre-2-41442 * glib/gthread.h: Add GOnce, GOnceStatus, G_ONCE_INIT and g_once_impl.