[so] Sleep milisecunde

Sergiu Iordache sergiu.iordache at gmail.com
Sun Apr 12 21:19:02 EEST 2009


On Sun, Apr 12, 2009 at 9:10 PM, Bogdan Sass <bogdan.sass at catc.ro> wrote:
>   Cum as putea genera un delay de X milisecunde in C (conform cu comanda "s
> MMM" din enuntul temei)? Eventual si intr-un mod portabil si/sau standard :)
>
>   Intreb pentru ca am gasit o formulare... interesanta [1]:
>
> There is no way to do so in standard C, the topic of this newsgroup. The
> function sleep() is also not part of standard C. The clue is the fact that
> the operating system is relevant.
>
> [1] http://bytes.com/groups/c/215640-millisecond-delay-c-linux
>
>   In contextul temei, usleep() ar fi o solutie acceptata?

Din câte știu eu atât usleep()[1] cât și nanosleep()[2] ar trebui să
funcționeze ok.

Eu deocamdată am folosit usleep[1] dar am înțeles că e mai bună
nanosleep[2] și probabil o să o schimb în asta.
Sergiu

[1]http://opengroup.org/onlinepubs/007908799/xsh/usleep.html
[2]http://opengroup.org/onlinepubs/007908799/xsh/nanosleep.html


More information about the so mailing list