Searched refs:g_once (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/tests/ |
D | thread-test.c | 327 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/ |
D | gvfs.c | 233 return g_once (&once_init, get_default_vfs, NULL); in g_vfs_get_default()
|
D | glocalfilemonitor.c | 190 g_once (&once_init, get_default_local_file_monitor, &type_class); in _g_local_file_monitor_new()
|
D | glocaldirectorymonitor.c | 266 g_once (&once_init, get_default_local_directory_monitor, &type_class); in _g_local_directory_monitor_new()
|
D | gioscheduler.c | 252 g_once (&once_init, init_scheduler, NULL); in g_io_scheduler_push_job()
|
D | gunionvolumemonitor.c | 483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class); in get_native_class()
|
D | gdesktopappinfo.c | 137 return g_once (&once_init, search_path_init, NULL); in get_applications_search_path()
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 327 # 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/ |
D | fen-helper.c | 227 g_once (&fen_init_once, (GThreadFunc)fen_init_once_func, NULL); in fen_init()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-4 | 154 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/ |
D | glib-sections.txt | 633 g_once
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 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.
|