PAPI
5.7.0.0
Functions
papi_hl.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
void
_papi_hwi_shutdown_highlevel
()
Function Documentation
◆
_papi_hwi_shutdown_highlevel()
void _papi_hwi_shutdown_highlevel
(
)
Definition at line
840
of file
papi_hl.c
.
841
{
842
HighLevelInfo
*state = NULL;
843
844
if
(
PAPI_get_thr_specific
(
PAPI_HIGH_LEVEL_TLS
, (
void
** ) &state ) ==
845
PAPI_OK
) {
846
if
( state )
847
papi_free
( state );
848
}
849
}
PAPI_OK
#define PAPI_OK
Definition:
fpapi.h:105
papi_free
#define papi_free(a)
Definition:
papi_memory.h:35
HighLevelInfo
Definition:
papi_hl.c:38
PAPI_get_thr_specific
int PAPI_get_thr_specific(int tag, void **ptr)
Definition:
papi.c:362
PAPI_HIGH_LEVEL_TLS
#define PAPI_HIGH_LEVEL_TLS
Definition:
papi.h:322
Here is the call graph for this function:
src
papi_hl.h
Generated on Wed Mar 27 2019 00:55:11 for PAPI by
1.8.15