> The select() man page explicitly mentions this usage;
>
> "Some code calls select with all three sets empty, n zero, and a
> non-null timeout as a fairly portable way to sleep with subsecond
> precision."
Perl's documentation also notes it as one of the many ways to do a
subsecond sleep:
>You can effect a sleep of 250 milliseconds this way:
>
> select(undef, undef, undef, 0.25);
TMTOWTDI.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- select(0,NULL,NULL,NULL,&t1) used for delay
- Re: select(0,NULL,NULL,NULL,&t1) used for delay
- Re: select(0,NULL,NULL,NULL,&t1) used for delay
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]