INtime SDK Help
sleep

Suspends a thread for a specified number of seconds.

#include <process.h>

unsigned int sleep (unsigned int seconds);

Parameters

seconds
Number of seconds to suspend a thread.

Remarks

This function invokes the system call RtSleep.

Return Values

Always returns 0.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/process.h process.h clib.lib

See Also

RtSleep