Searched refs:unusedSince (Results 1 – 2 of 2) sorted by relevance
91 static sal_Bool hasEnoughTimePassed( const TimeValue* unusedSince, const TimeValue* timespan) in hasEnoughTimePassed() argument98 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() local264 if( func( &unusedSince) ) in rtl_unloadUnusedModules()268 if( hasEnoughTimePassed( &unusedSince, pLibUnused)) in rtl_unloadUnusedModules()
287 TimeValue unusedSince; member
Completed in 19 milliseconds