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

/systemd/src/udev/scsi_id/
H A Dscsi_serial.c865 struct timespec duration; local
870 duration.tv_sec = 0;
871 duration.tv_nsec = (200 * 1000 * 1000) + (rand() % 100 * 1000 * 1000);
872 nanosleep(&duration, NULL);
/systemd/src/udev/cdrom_id/
H A Dcdrom_id.c918 struct timespec duration; local
923 duration.tv_sec = 0;
924 duration.tv_nsec = (100 * 1000 * 1000) + (rand() % 100 * 1000 * 1000);
925 nanosleep(&duration, NULL);

Completed in 1261 milliseconds