Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Donce.c45 GOnce once = G_ONCE_INIT; in test_once_single_threaded()
61 static GOnce once_multi_threaded = G_ONCE_INIT;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils.c80 static GOnce locale_init_once = G_ONCE_INIT; in gst_pb_utils_init_locale_text_domain()
/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectblur.c42 static GOnce my_once = G_ONCE_INIT; in gst_gl_effects_blur_kernel()
/third_party/glib/glib/
Dgthread.h56 typedef struct _GOnce GOnce; typedef
228 gpointer g_once_impl (GOnce *once,
Dgthread.c623 g_once_impl (GOnce *once, in g_once_impl()
/third_party/glib/tests/
Dthread-test.c303 static GOnce test_g_once_array[G_ONCE_SIZE];
344 static GOnce once_init = G_ONCE_INIT; in test_g_thread_once()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c395 static GOnce gonce = G_ONCE_INIT; in rsn_audiodec_get_decoder_factories()
445 static GOnce gonce = G_ONCE_INIT; in rsn_videodec_get_decoder_factories()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgio.c139 static GOnce once = G_ONCE_INIT; in gst_gio_get_supported_protocols()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfaceblur.cpp127 static GOnce once = G_ONCE_INIT; in gst_opencv_face_blur_flags_get_type()
Dgstfacedetect.cpp183 static GOnce once = G_ONCE_INIT; in gst_opencv_face_detect_flags_get_type()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c80 static GOnce module_self_gonce = G_ONCE_INIT;
83 static GOnce module_opengl_gonce = G_ONCE_INIT;
107 static GOnce module_gles2_gonce = G_ONCE_INIT;
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c1481 static GOnce mdvd_rx_once = G_ONCE_INIT; in gst_sub_parse_data_format_autodetect()
1482 static GOnce subrip_rx_once = G_ONCE_INIT; in gst_sub_parse_data_format_autodetect()
1483 static GOnce dks_rx_once = G_ONCE_INIT; in gst_sub_parse_data_format_autodetect()
1484 static GOnce vtt_rx_once = G_ONCE_INIT; in gst_sub_parse_data_format_autodetect()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c223 static GOnce mb_once = G_ONCE_INIT; in gst_tag_register_musicbrainz_tags()
Dgstxmptag.c1069 static GOnce my_once = G_ONCE_INIT; in xmp_tags_initialize()
/third_party/glib/gio/
Dgunionvolumemonitor.c439 static GOnce once_init = G_ONCE_INIT; in get_native_class()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c990 static GOnce g_once = G_ONCE_INIT;
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.c835 GOnce once = G_ONCE_INIT; in gst_amc_jni_initialize()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1226 static GOnce devices_once = G_ONCE_INIT;
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1031 GOnce
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer.c3577 static GOnce once = G_ONCE_INIT; in gst_player_new()
/third_party/glib/
DNEWS391 adjust your code to not use `volatile` for atomic variables, `GOnce`
/third_party/gstreamer/gstreamer/
DChangeLog80327 Use g_once_init_*() instead of GOnce for the enum types
/third_party/gstreamer/gstplugins_base/
DChangeLog102283 playbin: Use g_once_init_{enter,leave} instead of GOnce for enum/flag registration
/third_party/gstreamer/gstplugins_bad/
DChangeLog111041 decklink: use GOnce in type registration