The upc_phaseof function

Synopsis

    #include <upc.h>
    size_t upc_phaseof(shared void *ptr);                          

Description

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.

 

 

Terms, definitions, and symbols

Back to index of all UPC functions