NXThreadDelay

Delays the calling thread by, at least, the specified number of ticks.

Library:LibC
Classification:NKS
Service:Threads

Syntax

  #include <nks/thread.h>
   
  void NXThreadDelay (
     unsigned long   delay);
  

Parameters

delay

(IN) Specifies the number of system ticks to delay the calling thread.

Remarks

For details on retrieving system tick information, see NXGetSystemTick.

For sample code, see ThrInter.c.

See Also

NXThreadCreate