Searched refs:g_nSocketImpl (Results 1 – 3 of 3) sorted by relevance
445 static sal_uInt32 g_nSocketImpl = 0; variable453 if( g_nSocketImpl ) in ~LeakWarning()454 OSL_TRACE( "sal_socket: %d socket instances leak\n" , g_nSocketImpl ); in ~LeakWarning()471 g_nSocketImpl++; in __osl_createSocketImpl()483 if (--g_nSocketImpl == 0) in __osl_destroySocketImpl()
460 static sal_uInt32 g_nSocketImpl = 0; variable469 if( g_nSocketImpl )470 OSL_TRACE( "sal_socket: %d socket instances leak\n" , g_nSocketImpl );498 g_nSocketImpl ++; in __osl_createSocketImpl()508 g_nSocketImpl --; in __osl_destroySocketImpl()
Completed in 59 milliseconds