Systhread_Setdata; Systhread_Sleep - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)
Parameters
none.
See also
systhread_current, systhread_getdata, systhread_setdata,
systhread_sleep, systhread_start, systhread_timerset

systhread_setdata

The
the current thread. Keys are assigned by the
Syntax
void systhread_setdata(int key, void *data);
Returns
void
Parameters
int key
void *data
.
key
See also
systhread_current, systhread_getdata, systhread_newkey,
systhread_sleep, systhread_start, systhread_timerset

systhread_sleep

The
Syntax
void systhread_sleep(int milliseconds);
Returns
void
Parameters
int milliseconds
See also
systhread_current, systhread_getdata, systhread_newkey,
systhread_setdata, systhread_start, systhread_timerset
188
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
systhread_setdata
is the priority of the thread.
is the pointer to the string of data to be associated with the value of
function puts the calling thread to sleep for a given time.
systhread_sleep
is the number of milliseconds the thread is to sleep.
function associates data with a specified key number for
systhread_newkey
function.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents