Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioscheduler.c65 static GThreadPool *job_thread_pool = NULL; variable
100 if (job_thread_pool == NULL) in init_scheduler()
103 job_thread_pool = g_thread_pool_new (io_job_thread, in init_scheduler()
108 if (job_thread_pool != NULL) in init_scheduler()
110 g_thread_pool_set_sort_function (job_thread_pool, in init_scheduler()
148 job_thread_pool != NULL) in remove_active_job()
149 g_thread_pool_set_sort_function (job_thread_pool, in remove_active_job()
253 g_thread_pool_push (job_thread_pool, job, NULL); in g_io_scheduler_push_job()