![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 144](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653144.webp)
NSAPI Functions (in Alphabetical Order)
144
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
crit_exit
Critical-section function that surrenders ownership of a critical section. Use this
function to surrender ownership of a critical section. If another thread is blocked
waiting for the section, the block will be removed and the waiting thread will be
given ownership of the section.
Syntax
void crit_exit(CRITICAL crvar);
Returns
void
Parameters
CRITICAL crvar
is a critical-section variable.
See also
crit_init, crit_enter, crit_terminate.
crit_init
Critical-section function that creates and returns a new critical-section variable (a
variable of type
CRITICAL
). Use this function to obtain a new instance of a variable
of type
CRITICAL
(a critical-section variable) to be used in managing the prevention
of interference between two threads of execution. At the time of its creation, no
thread owns the critical section.
Warning
Threads must not own or be waiting for the critical section when
crit_terminate
is called.
Syntax
CRITICAL crit_init(void);
Returns
A newly allocated critical-section variable (
CRITICAL
)
Parameters
none.
See also
crit_enter, crit_exit, crit_terminate.
Содержание 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...