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

systhread_timerset() Function

The systhread_timerset function starts or resets the interrupt timer interval for a thread system.


Note –

Because most systems do not allow the timer interval to be changed, this function should be considered a suggestion rather than a command.


Syntax

void systhread_timerset(int usec);

Return Values

void

Parameters

int usec is the time in microseconds

See Also

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