glib.gthreadpool

Undocumented in source.

Members

Functions

g_thread_pool_free
void g_thread_pool_free(GThreadPool* pool, gboolean immediate, gboolean wait_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_idle_time
guint g_thread_pool_get_max_idle_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_threads
gint g_thread_pool_get_max_threads(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_unused_threads
gint g_thread_pool_get_max_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_threads
guint g_thread_pool_get_num_threads(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_unused_threads
guint g_thread_pool_get_num_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_new
GThreadPool* g_thread_pool_new(GFunc func, gpointer user_data, gint max_threads, gboolean exclusive, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_push
gboolean g_thread_pool_push(GThreadPool* pool, gpointer data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_idle_time
void g_thread_pool_set_max_idle_time(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_threads
gboolean g_thread_pool_set_max_threads(GThreadPool* pool, gint max_threads, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_unused_threads
void g_thread_pool_set_max_unused_threads(gint max_threads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_sort_function
void g_thread_pool_set_sort_function(GThreadPool* pool, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_stop_unused_threads
void g_thread_pool_stop_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_unprocessed
guint g_thread_pool_unprocessed(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GThreadPool
struct GThreadPool
Undocumented in source.

Meta