Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthreadpool.c77 typedef struct _GRealThreadPool GRealThreadPool; typedef
131 static void g_thread_pool_queue_push_unlocked (GRealThreadPool *pool,
133 static void g_thread_pool_free_internal (GRealThreadPool *pool);
135 static gboolean g_thread_pool_start_thread (GRealThreadPool *pool,
137 static void g_thread_pool_wakeup_and_stop_all (GRealThreadPool *pool);
138 static GRealThreadPool* g_thread_pool_wait_for_new_pool (void);
139 static gpointer g_thread_pool_wait_for_new_task (GRealThreadPool *pool);
142 g_thread_pool_queue_push_unlocked (GRealThreadPool *pool, in g_thread_pool_queue_push_unlocked()
154 static GRealThreadPool*
157 GRealThreadPool *pool; in g_thread_pool_wait_for_new_pool()
[all …]