Searched defs:seconds (Results 1 – 6 of 6) sorted by relevance
30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): argument
46 public void sleep(int seconds) throws InterruptedException { in sleep()
36 public interface ISleeper { public void sleep(int seconds) throws InterruptedException; } in sleep()
310 def PassTime(self, hours=0, minutes=0, seconds=0): argument
174 long seconds; field in MetadataReporter.TestMetadata
176 void swapAndCleanStatsMap(bool expectSynchronized, int seconds) { in swapAndCleanStatsMap()