static void FiniFThreads( void ) //================================== { if( ThreadsInitialized ) { __FiniFThreadProcessing(); } }
void __FTermDLL( void ) { //================================== #if defined( __NT__ ) { if( __ASTACKPTR != NULL ) { RMemFree( __ASTACKPTR - __ASTACKSIZ ); } } #endif __FiniFThreadProcessing(); }