Searched refs:G_PRIORITY_LOW (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gobject/tests/ |
D | closure.c | 187 g_idle_add_full (G_PRIORITY_LOW, send_usr1, NULL, NULL); in test_closure_signal()
|
/third_party/glib/glib/tests/ |
D | mainloop.c | 476 g_source_set_priority (parent, G_PRIORITY_LOW); in test_child_sources() 489 g_assert_cmpint (g_source_get_priority (parent), ==, G_PRIORITY_LOW); in test_child_sources() 490 g_assert_cmpint (g_source_get_priority (child_b), ==, G_PRIORITY_LOW); in test_child_sources() 491 g_assert_cmpint (g_source_get_priority (child_c), ==, G_PRIORITY_LOW); in test_child_sources() 1752 g_source_set_priority (source2, G_PRIORITY_LOW); in test_nfds()
|
/third_party/libsoup/libsoup/ |
D | soup-cache-input-stream.c | 203 priority = G_PRIORITY_LOW; in soup_cache_input_stream_write_next_buffer()
|
/third_party/glib/glib/ |
D | gmain.h | 331 #define G_PRIORITY_LOW 300 macro
|
/third_party/libsoup/tests/ |
D | test-utils.c | 514 g_source_set_priority (source, G_PRIORITY_LOW); in disconnect_and_wait()
|
/third_party/glib/gio/tests/ |
D | task.c | 606 g_task_set_priority (t3, G_PRIORITY_LOW); in test_priority() 1240 g_task_set_priority (task, G_PRIORITY_LOW); in test_run_in_thread_priority()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 791 G_PRIORITY_LOW
|