Searched refs:g_main_context_find_source_by_id (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/tests/ |
D | sources.c | 95 … 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/ |
D | mainloop.c | 90 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/ |
D | gmain.h | 373 GSource *g_main_context_find_source_by_id (GMainContext *context,
|
D | gmain.c | 2160 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/ |
D | gstbus.c | 240 if ((source = g_main_context_find_source_by_id (ctx, id))) in GST_START_TEST()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 807 g_main_context_find_source_by_id
|
/third_party/glib/ |
D | NEWS | 4674 736683 Thread safety issues with g_main_context_find_source_by_id
|