cray_upc_thread_region_end

Date:

04-03-2017

NAME

cray_upc_thread_region_end - De-register a member thread of a thread region

SYNONPSYS

#include <upc_cray.h>

void cray_upc_thread_region_end (void);

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

The cray_upc_thread_region_end function signals that the thread will no longer issue UPC operations. A cray_upc_thread_region_begin call must have a matching cray_upc_thread_region_end call by the thread before it is destroyed/reclaimed.

RETURN VALUES

None

SEE ALSO

cray_upc_thread_region_prologue(3c), cray_upc_thread_region_begin(3c), cray_upc_thread_region_epilogue(3c)