Short delays
QNX SDP8.0Programmer's GuideDeveloper
If you need a pause, use delay() or the POSIX clock_nanosleep().
If you need a very short delay (e.g., for accessing hardware), you should look at the nanospin*() functions:
These functions essentially do a busy-wait loop based on the value returned by ClockCycles().
Page updated: