Home
last modified time | relevance | path

Searched refs:g_main_context_find_source_by_id (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/tests/
Dsources.c95 … g_assert (sources[i] == g_main_context_find_source_by_id (context, g_source_get_id (sources[i]))); in main()
131 … g_assert (sources[i] == g_main_context_find_source_by_id (context, g_source_get_id (sources[i]))); in main()
/third_party/glib/glib/tests/
Dmainloop.c90 g_assert_true (g_main_context_find_source_by_id (ctx, id) == source); in test_maincontext_basic()
97 g_assert_null (g_main_context_find_source_by_id (ctx, id)); in test_maincontext_basic()
855 g_assert_nonnull (g_main_context_find_source_by_id (current_context, source_id)); in on_source_fired_cb()
857 g_assert_null (g_main_context_find_source_by_id (current_context, source_id)); in on_source_fired_cb()
1192 source_a = g_source_ref (g_main_context_find_source_by_id (NULL, a)); in test_unix_fd()
1199 source_b = g_source_ref (g_main_context_find_source_by_id (NULL, b)); in test_unix_fd()
/third_party/glib/glib/
Dgmain.h373 GSource *g_main_context_find_source_by_id (GMainContext *context,
Dgmain.c2160 source = g_main_context_find_source_by_id (NULL, tag); in g_source_set_name_by_id()
2347 g_main_context_find_source_by_id (GMainContext *context, in g_main_context_find_source_by_id() function
2495 source = g_main_context_find_source_by_id (NULL, tag); in g_source_remove()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbus.c240 if ((source = g_main_context_find_source_by_id (ctx, id))) in GST_START_TEST()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt807 g_main_context_find_source_by_id
/third_party/glib/
DNEWS4674 736683 Thread safety issues with g_main_context_find_source_by_id