Searched refs:systime (Results 1 – 2 of 2) sorted by relevance
500 TimeValue systime; in run() local551 osl_getSystemTime(&systime); in run()555 if( last + offset > systime.Seconds ) in run()558 tv.Seconds = static_cast< sal_Int32 > (next - systime.Seconds); in run()570 osl_getSystemTime( &systime ); in run()571 if ( nExtCheckTime.Seconds + offset < systime.Seconds ) in run()
442 TimeValue systime; in updateLastChecked() local443 osl_getSystemTime(&systime); in updateLastChecked()445 sal_Int64 lastCheck = systime.Seconds; in updateLastChecked()
Completed in 36 milliseconds