Searched defs:_GstParallelizedTaskRunner (Results 1 – 2 of 2) sorted by relevance
102 struct _GstParallelizedTaskRunner struct104 GstTaskPool *pool;105 gboolean own_pool;106 guint n_threads;108 GstQueueArray *tasks;110 GstParallelizedTaskFunc func;111 gpointer *task_data;113 GMutex lock;114 gint n_todo;116 gboolean async_tasks;
131 struct _GstParallelizedTaskRunner struct133 GstTaskPool *pool;134 gboolean own_pool;135 guint n_threads;137 GstQueueArray *tasks;138 GstQueueArray *work_items;140 GMutex lock;142 gboolean async_tasks;