Table of Contents
qarray_shepof, qarray_set_shepof - locate a distributed array element
#include <qthread/qarray.h>
qthread_shepherd_id_t
qarray_shepof (const qarray *array, const size_t index);
void
qarray_set_shepof (qarray *array, const size_t index, qthread_shepherd_id_t
shep);
These functions manipulate or report the shepherd to
which the index elementof the array qarray is assigned.
qarray_create(3)
,
qarray_destroy(3)
, qarray_iter(3)
, qarray_elem(3)
Table of Contents