PAPI  5.0.1.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

< No error

Definition at line 754 of file papi_hl.c.

{
    HighLevelInfo *state = NULL;

    if ( PAPI_get_thr_specific( PAPI_HIGH_LEVEL_TLS, ( void * ) &state ) ==
         PAPI_OK ) {
        if ( state )
            papi_free( state );
    }
}

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines