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

systhread_attach() Function

The systhread_attach function makes an existing thread into a platform-independent thread.

Syntax

SYS_THREAD systhread_attach(void);

Return Values

A SYS_THREAD pointer to the platform-independent thread.

Parameters

None

See Also

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