Home
last modified time | relevance | path

Searched refs:unusedSince (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/rtl/source/
H A Dunload.cxx91 static sal_Bool hasEnoughTimePassed( const TimeValue* unusedSince, const TimeValue* timespan) in hasEnoughTimePassed() argument
98 addTimeValue( unusedSince, timespan, &addedTime); in hasEnoughTimePassed()
136 if( sal_False == osl_getSystemTime( &pMod->unusedSince) ) in rtl_moduleCount_release()
139 pMod->unusedSince.Seconds= 0; in rtl_moduleCount_release()
140 pMod->unusedSince.Nanosec= 0; in rtl_moduleCount_release()
185 rtl_copyMemory(libUnused, &that->unusedSince, sizeof(TimeValue)); in rtl_moduleCount_canUnload()
262 TimeValue unusedSince= {0, 0}; in rtl_unloadUnusedModules() local
264 if( func( &unusedSince) ) in rtl_unloadUnusedModules()
268 if( hasEnoughTimePassed( &unusedSince, pLibUnused)) in rtl_unloadUnusedModules()
/aoo4110/main/sal/inc/rtl/
H A Dunload.h287 TimeValue unusedSince; member

Completed in 16 milliseconds