Go to the source code of this file.
|
GLIB_AVAILABLE_IN_ALL GThreadPool * | g_thread_pool_new (GFunc func, gpointer user_data, gint max_threads, gboolean exclusive, GError **error) |
|
GLIB_AVAILABLE_IN_2_70 GThreadPool * | g_thread_pool_new_full (GFunc func, gpointer user_data, GDestroyNotify item_free_func, gint max_threads, gboolean exclusive, GError **error) |
|
GLIB_AVAILABLE_IN_ALL void | g_thread_pool_free (GThreadPool *pool, gboolean immediate, gboolean wait_) |
|
GLIB_AVAILABLE_IN_ALL gboolean | g_thread_pool_push (GThreadPool *pool, gpointer data, GError **error) |
|
GLIB_AVAILABLE_IN_ALL guint | g_thread_pool_unprocessed (GThreadPool *pool) |
|
GLIB_AVAILABLE_IN_ALL void | g_thread_pool_set_sort_function (GThreadPool *pool, GCompareDataFunc func, gpointer user_data) |
|
GLIB_AVAILABLE_IN_2_46 gboolean | g_thread_pool_move_to_front (GThreadPool *pool, gpointer data) |
|
GLIB_AVAILABLE_IN_ALL gboolean | g_thread_pool_set_max_threads (GThreadPool *pool, gint max_threads, GError **error) |
|
GLIB_AVAILABLE_IN_ALL gint | g_thread_pool_get_max_threads (GThreadPool *pool) |
|
GLIB_AVAILABLE_IN_ALL guint | g_thread_pool_get_num_threads (GThreadPool *pool) |
|
GLIB_AVAILABLE_IN_ALL void | g_thread_pool_set_max_unused_threads (gint max_threads) |
|
GLIB_AVAILABLE_IN_ALL gint | g_thread_pool_get_max_unused_threads (void) |
|
GLIB_AVAILABLE_IN_ALL guint | g_thread_pool_get_num_unused_threads (void) |
|
GLIB_AVAILABLE_IN_ALL void | g_thread_pool_stop_unused_threads (void) |
|
GLIB_AVAILABLE_IN_ALL void | g_thread_pool_set_max_idle_time (guint interval) |
|
GLIB_AVAILABLE_IN_ALL guint | g_thread_pool_get_max_idle_time (void) |
|
◆ GThreadPool
◆ g_thread_pool_free()
◆ g_thread_pool_get_max_idle_time()
◆ g_thread_pool_get_max_threads()
◆ g_thread_pool_get_max_unused_threads()
◆ g_thread_pool_get_num_threads()
◆ g_thread_pool_get_num_unused_threads()
◆ g_thread_pool_move_to_front()
◆ g_thread_pool_new()
◆ g_thread_pool_new_full()
◆ g_thread_pool_push()
◆ g_thread_pool_set_max_idle_time()
◆ g_thread_pool_set_max_threads()
◆ g_thread_pool_set_max_unused_threads()
◆ g_thread_pool_set_sort_function()
◆ g_thread_pool_stop_unused_threads()
◆ g_thread_pool_unprocessed()