This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with usleep's precision.


Hi there,

 It sounds to me, like you want your program to sleep for
such a short time, there is no point in involving the OS
scheduler. If you really require such fine grained timing,
you will need to turn to a real-time OS or, if your application
can suffer a few missed dead-lines, use busy waiting on a
lightly loaded host.
 None of this has anything to do with gcc though. It is
strictly a platform issue;)

Yours sincerely,

Bjorn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]