[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Widget Writer's Guide


XmeMicroSleep

Suspends execution for a specified number of microseconds

Format

#include <Xm/XmosP.h>
int XmeMicroSleeplong
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.


[ Previous | Next | Contents | Glossary | Home | Search ]