Searched refs:registerAtexitFunction (Results 1 – 2 of 2) sorted by relevance
88 void registerAtexitFunction(void (*function)(void));
73 gCurrentlyLoadingNanoapp->registerAtexitFunction(function); in atexitOverride()335 void NanoappLoader::registerAtexitFunction(void (*function)(void)) { in registerAtexitFunction() function in chre::NanoappLoader