qarray_shepof - Man Page

locate a distributed array element

Synopsis

#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);

Description

These functions manipulate or report the shepherd to which the index elementof the array qarray is assigned.

See Also

qarray_create(3), qarray_destroy(3), qarray_iter(3), qarray_elem(3)

Referenced By

qarray_create(3), qarray_destroy(3), qarray_elem(3), qarray_iter(3).

MAY 2009 libqthread