![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 191](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653191.webp)
NSAPI Functions (in Alphabetical Order)
Chapter
5
NSAPI Function Reference
191
Returns
A
SYS_THREAD
pointer to the current thread
Parameters
none.
See also
systhread_getdata, systhread_newkey, systhread_setdata,
systhread_sleep, systhread_start, systhread_timerset
systhread_getdata
The
systhread_getdata
function gets data that is associated with a specified key
in the current thread.
Syntax
void *systhread_getdata(int key);
Returns
A pointer to the data that was earlier used with the
systhread_setkey
function
from the current thread, using the same value of
key
if the call succeeds. Returns
NULL if the call did not succeed, for example if the
systhread_setkey
function
was never called with the specified key during this session
Parameters
int key
is the value associated with the stored data by a
systhread_setdata
function. Keys are assigned by the
systhread_newkey
function.
See also
systhread_current, systhread_newkey, systhread_setdata,
systhread_sleep, systhread_start, systhread_timerset
systhread_newkey
The
systhread_newkey
function allocates a new integer key (identifier) for
thread-private data. Use this key to identify a variable that you want to localize to
the current thread; then use the
systhread_setdata
function to associate a value
with the key.
Syntax
int systhread_newkey(void);
Returns
An integer key.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...