Sun Java System Web Server 6.1 SP7 NSAPI Programmer's Guide

systhread_sleep

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

Syntax

void systhread_sleep(int milliseconds);

Returns

void

Parameters

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

See Also

systhread_current, systhread_getdata, systhread_newkey, systhread_setdata, systhread_start, systhread_timerset