Searched refs:GOnce (Results 1 – 24 of 24) sorted by relevance
45 GOnce once = G_ONCE_INIT; in test_once_single_threaded()61 static GOnce once_multi_threaded = G_ONCE_INIT;
80 static GOnce locale_init_once = G_ONCE_INIT; in gst_pb_utils_init_locale_text_domain()
42 static GOnce my_once = G_ONCE_INIT; in gst_gl_effects_blur_kernel()
56 typedef struct _GOnce GOnce; typedef228 gpointer g_once_impl (GOnce *once,
623 g_once_impl (GOnce *once, in g_once_impl()
303 static GOnce test_g_once_array[G_ONCE_SIZE];344 static GOnce once_init = G_ONCE_INIT; in test_g_thread_once()
395 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()
139 static GOnce once = G_ONCE_INIT; in gst_gio_get_supported_protocols()
127 static GOnce once = G_ONCE_INIT; in gst_opencv_face_blur_flags_get_type()
183 static GOnce once = G_ONCE_INIT; in gst_opencv_face_detect_flags_get_type()
80 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;
1481 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()
223 static GOnce mb_once = G_ONCE_INIT; in gst_tag_register_musicbrainz_tags()
1069 static GOnce my_once = G_ONCE_INIT; in xmp_tags_initialize()
439 static GOnce once_init = G_ONCE_INIT; in get_native_class()
990 static GOnce g_once = G_ONCE_INIT;
835 GOnce once = G_ONCE_INIT; in gst_amc_jni_initialize()
1226 static GOnce devices_once = G_ONCE_INIT;
1031 GOnce
3577 static GOnce once = G_ONCE_INIT; in gst_player_new()
391 adjust your code to not use `volatile` for atomic variables, `GOnce`
80327 Use g_once_init_*() instead of GOnce for the enum types
102283 playbin: Use g_once_init_{enter,leave} instead of GOnce for enum/flag registration
111041 decklink: use GOnce in type registration