Searched refs:gPrOpenCounter (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Duma.cpp354 int gPrOpenCounter = 0 ; variable
360 ++gPrOpenCounter ;
362 if ( gPrOpenCounter == 1 )
376 wxASSERT( gPrOpenCounter >= 1 ) ;
378 if ( gPrOpenCounter == 1 )
385 --gPrOpenCounter ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Duma.cpp423 int gPrOpenCounter = 0 ; variable
428 ++gPrOpenCounter ;
429 if ( gPrOpenCounter == 1 )
441 wxASSERT( gPrOpenCounter >= 1 ) ;
442 if ( gPrOpenCounter == 1 )
448 --gPrOpenCounter ;

Completed in 117 milliseconds