Exemplo n.º 1
0
static  void    FiniFThreads( void )
//==================================
{
    if( ThreadsInitialized ) {
        __FiniFThreadProcessing();
    }
}
Exemplo n.º 2
0
void            __FTermDLL( void ) {
//==================================
#if defined( __NT__ )
    {
        if( __ASTACKPTR != NULL ) {
            RMemFree( __ASTACKPTR - __ASTACKSIZ );
        }
    }
#endif
    __FiniFThreadProcessing();
}