19.5OMPT Tool Callback Signatures and Trace Records
The C/C++ header file (omp-tools.h) provides the definitions of the types that are specified throughout
this subsection. Restrictions to the OpenMP tool callbacks are as follows:
Restrictions
Tool
callbacks
may
not
use
OpenMP
directives
or
call
any
runtime
library
routines
described
in
Chapter 18.
Tool
callbacks
must
exit
by
either
returning
to
the
caller
or
aborting.