Function
Geglparallel_distribute
Declaration [src]
void
gegl_parallel_distribute (
  gint max_n,
  GeglParallelDistributeFunc func,
  gpointer user_data
)
Description [src]
Distributes the execution of a function across multiple threads, by calling it with a different index on each thread.
Parameters
- max_n
- 
            Type: gintThe maximal number of threads to use. 
- func
- 
            Type: GeglParallelDistributeFuncThe function to call. 
- user_data
- 
            Type: gpointerUser data to pass to the function. The argument can be NULL.The data is owned by the caller of the function.