Searched defs:GThreadPool (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgthreadpool.h38 typedef struct _GThreadPool GThreadPool; typedef in typeref:struct:_GThreadPool
43 /* The real GThreadPool is bigger, so you may only create a thread
57 GThreadPool* g_thread_pool_new (GFunc func,
67 void g_thread_pool_push (GThreadPool *pool,
74 void g_thread_pool_set_max_threads (GThreadPool *pool,
77 gint g_thread_pool_get_max_threads (GThreadPool *pool);
81 guint g_thread_pool_get_num_threads (GThreadPool *pool);
84 guint g_thread_pool_unprocessed (GThreadPool *pool);
90 void g_thread_pool_free (GThreadPool *pool,
104 void g_thread_pool_set_sort_function (GThreadPool *poo
[all...]

Completed in 105 milliseconds