Searched refs:GOnce (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/tests/ |
D | thread-test.c | 305 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/ |
D | gvfs.c | 231 static GOnce once_init = G_ONCE_INIT; in g_vfs_get_default()
|
D | glocalfilemonitor.c | 184 static GOnce once_init = G_ONCE_INIT; in _g_local_file_monitor_new()
|
D | glocaldirectorymonitor.c | 260 static GOnce once_init = G_ONCE_INIT; in _g_local_directory_monitor_new()
|
D | gioscheduler.c | 231 static GOnce once_init = G_ONCE_INIT; in g_io_scheduler_push_job()
|
D | gunionvolumemonitor.c | 479 static GOnce once_init = G_ONCE_INIT; in get_native_class()
|
D | gdesktopappinfo.c | 136 static GOnce once_init = G_ONCE_INIT; in get_applications_search_path()
|
D | ChangeLog | 4616 could leave the initialization variable set to 0 but use GOnce.
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 315 typedef struct _GOnce GOnce; typedef 324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg);
|
D | gthread.c | 176 g_once_impl (GOnce *once, in g_once_impl()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-helper.c | 226 static GOnce fen_init_once = G_ONCE_INIT; in fen_init()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 630 GOnce
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 1818 * 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/ |
D | ChangeLog.pre-2-4 | 1442 * glib/gthread.h: Add GOnce, GOnceStatus, G_ONCE_INIT and g_once_impl.
|