|
PAPI
5.0.1.0
|

Go to the source code of this file.
Functions | |
| void | _papi_hwi_shutdown_highlevel () |
| void _papi_hwi_shutdown_highlevel | ( | ) |
< 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 );
}
}

