Name

XmeMicroSleep — Suspends execution for a specified number of microseconds

Synopsis

#include <Xm/XmosP.h>
int XmeMicroSleep(microsecs);

DESCRIPTION

XmeMicroSleep suspends execution of a client for a specified number of microseconds.

microsecs 

Specifies the number of microseconds.

RETURN

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.

RELATED

None.