| Top |
AgsMutexManager *
ags_concurrency_provider_get_mutex_manager
(AgsConcurrencyProvider *concurrency_provider);
Get mutex manager of application context.
Since: 0.7.0
AgsThread *
ags_concurrency_provider_get_main_loop
(AgsConcurrencyProvider *concurrency_provider);
Get main loop of application context.
Since: 0.7.0
AgsThread *
ags_concurrency_provider_get_task_thread
(AgsConcurrencyProvider *concurrency_provider);
Get task thread of application context.
Since: 0.7.0
AgsThreadPool *
ags_concurrency_provider_get_thread_pool
(AgsConcurrencyProvider *concurrency_provider);
Get thread pool of application context.
Since: 0.7.0
struct AgsConcurrencyProviderInterface {
GTypeInterface interface;
AgsMutexManager* (*get_mutex_manager)(AgsConcurrencyProvider *concurrency_provider);
AgsThread* (*get_main_loop)(AgsConcurrencyProvider *concurrency_provider);
AgsThread* (*get_task_thread)(AgsConcurrencyProvider *concurrency_provider);
AgsThreadPool* (*get_thread_pool)(AgsConcurrencyProvider *concurrency_provider);
};