XmeMicroSleep — Suspends execution for a specified number of microseconds
#include <Xm/XmosP.h>
int XmeMicroSleep
(microsecs);XmeMicroSleep suspends execution of a client for a specified number of microseconds.
microsecs | Specifies the number of microseconds. |
XmeMicroSleep returns an integer value symbolizing the success or failure of the function. A return value of 0 (zero) indicates successful completion of the function. A return value of -1 indicates that something went wrong.
None.