Searched defs:seconds (Results 1 – 3 of 3) sorted by relevance
63 unsigned int alarm(unsigned int seconds) { in alarm()
93 … static TimeSpan FromSeconds(s64 seconds) { return FromNanoSeconds(seconds * 1000 * 1000 * 1000); } in FromSeconds()
56 internal static int FlushOutputBuffer(uint seconds) in FlushOutputBuffer()