Home
last modified time | relevance | path

Searched refs:g_once (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/tests/
Dthread-test.c327 gpointer ret = g_once (test_g_once_array + pos, test_g_once_init_func, in test_g_once_thread()
335 gpointer ret = g_once (test_g_once_array + i, test_g_once_init_func, in test_g_once_thread()
/external/bluetooth/glib/gio/
Dgvfs.c233 return g_once (&once_init, get_default_vfs, NULL); in g_vfs_get_default()
Dglocalfilemonitor.c190 g_once (&once_init, get_default_local_file_monitor, &type_class); in _g_local_file_monitor_new()
Dglocaldirectorymonitor.c266 g_once (&once_init, get_default_local_directory_monitor, &type_class); in _g_local_directory_monitor_new()
Dgioscheduler.c252 g_once (&once_init, init_scheduler, NULL); in g_io_scheduler_push_job()
Dgunionvolumemonitor.c483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class); in get_native_class()
Dgdesktopappinfo.c137 return g_once (&once_init, search_path_init, NULL); in get_applications_search_path()
/external/bluetooth/glib/glib/
Dgthread.h327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) macro
329 # define g_once(once, func, arg) \ macro
/external/bluetooth/glib/gio/fen/
Dfen-helper.c227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL); in fen_init()
/external/bluetooth/glib/
DChangeLog.pre-2-4154 definitions (now in gtypes.h). Remove g_once and
317 * glib/gthread.h: Define g_once and
836 g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
1441 define g_once() in glibconfig.h accordingly.
1445 * tests/thread-test.c: Add tests for g_once().
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt633 g_once
/external/bluetooth/glib/docs/reference/
DChangeLog2895 * 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.