Home
last modified time | relevance | path

Searched refs:taskpool (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttaskpool.c491 GstTaskPool *taskpool; in gst_shared_task_pool_set_max_threads() local
495 taskpool = GST_TASK_POOL (pool); in gst_shared_task_pool_set_max_threads()
498 if (taskpool->pool) in gst_shared_task_pool_set_max_threads()
499 g_thread_pool_set_max_threads (taskpool->pool, max_threads, NULL); in gst_shared_task_pool_set_max_threads()
/third_party/gstreamer/gstreamer/
DChangeLog2887 taskpool: fix docs warnings
2923 taskpool: expose new "shared" task pool implementation
2938 taskpool: expose dispose_handle() API
2946 taskpool: improve join() documentation
2952 taskpool: modify transfer annotations for push() and join()
4405 The problem is that the taskpool might not have completely drained by the time
9096 gsttaskpool: Do not block tasks while cleaning up the taskpool
9100 tries to add a new task while the taskpool is being cleaned up.
9140 taskpool: Set error in case something goes wrong in the default handlers
74726 taskpool: make debug only code conditional
[all …]