Searched refs:usec (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-guid.c32 static inline void set_fake_time(time_t sec, long usec) argument
35 ioloop_timeval.tv_usec = usec;
64 test_begin("guid_128_generate() increasing guid within a usec");
79 * If the current time changes by +1 usec, so should the guids.
81 test_begin("guid_128_generate() increasing guid with usec fast-forward");
130 * When ahead by 1500 guids (see previous test), +1 usec shouldn't
147 * Time going backwards by 1 usec should have no effect on guids.
149 test_begin("guid_128_generate() usec time-travel still increasing");

Completed in 7 milliseconds