![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 192](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653192.webp)
NSAPI Functions (in Alphabetical Order)
192
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Parameters
none.
See also
systhread_current, systhread_getdata, systhread_setdata,
systhread_sleep, systhread_start, systhread_timerset
systhread_setdata
The
systhread_setdata
function associates data with a specified key number for
the current thread. Keys are assigned by the
systhread_newkey
function.
Syntax
void systhread_setdata(int key, void *data);
Returns
void
Parameters
int key
is the priority of the thread.
void *data
is the pointer to the string of data to be associated with the value of
key
.
See also
systhread_current, systhread_getdata, systhread_newkey,
systhread_sleep, systhread_start, systhread_timerset
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
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...