qarray_dist_like - Man Page
redistribute a qarray to match another qarray
Synopsis
#include <qthread/qarray.h>
void
qarray_dist_like (const qarray *ref",qarray*"mod);
Description
This function modifies the qarray mod to match the distribution of qarray ref. These functions manipulate or report the shepherd to which the index elementof the array qarray is assigned. Note that not all types of qarray can be made to match all other types of qarray; if the qarrays cannot be distributed similarly, the input qarrays are unmodified.
See Also
qarray_create(3), qarray_destroy(3), qarray_iter(3), qarray_elem(3)
Info
JUNE 2010 libqthread