Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgtask.c622 static guint task_pool_max_counter; variable
1368 g_trace_set_int64_counter (task_pool_max_counter, tasks_running + 1); in task_pool_manager_timeout()
1406 g_trace_set_int64_counter (task_pool_max_counter, tasks_running - 1); in g_task_thread_cleanup()
2233 if (G_UNLIKELY (task_pool_max_counter == 0)) in g_task_class_init()
2239task_pool_max_counter = g_trace_define_int64_counter ("GIO", "task pool max size", "Maximum number… in g_task_class_init()