Sun Java System Web Server 7.0 Update 6 NSAPI Developer's Guide

systhread_sleep() Function

The systhread_sleep function puts the calling thread to sleep for a given time.

Syntax

void systhread_sleep(int milliseconds);

Return Values

void

Parameters

int milliseconds is the number of milliseconds the thread is to sleep.

See Also

systhread_current() Function, systhread_getdata() Function, systhread_newkey() Function, systhread_setdata() Function, systhread_start() Function, systhread_timerset() Function