upc_phaseof
#include <upc.h> size_t upc_phaseof(shared void *ptr);
The upc_phaseof function returns the phase component of the pointer-to-shared argument.
If ptr is a null pointer-to-shared, the function returns 0.
ptr
Terms, definitions, and symbols
Back to index of all UPC functions