PAPI  5.7.0.0
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 }
#define PAPI_OK
Definition: fpapi.h:105
#define papi_free(a)
Definition: papi_memory.h:35
int PAPI_get_thr_specific(int tag, void **ptr)
Definition: papi.c:362
#define PAPI_HIGH_LEVEL_TLS
Definition: papi.h:322
Here is the call graph for this function: