Top |
AgsConcurrencyProvider is implemented by AgsAudioApplicationContext, AgsThreadApplicationContext and AgsXorgApplicationContext.
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