CORBA 2.3.3 Programmer's Reference (NonStop CORBA 2.3.7+)

Chapter 8. NonStop CORBA vthread Interface
Prev
Next
Chapter 8. NonStop CORBA vthread Interface
Table of Contents
vthread.h Classes
class Fw_Thread
class Mutex
class Preemption_Mutex
class Condition_Variable
timer.h Classes
Global Variables
class Fw_Time_Stamp
class Fw_Timer
Note
The material presented in this section is not intended to be tutorial in nature. Instead, it is meant to be
detailed reference material that you will consult while studying Section 9, Writing Multithreaded
Applications, of the NonStop CORBA 2.3 Programmer's Guide for C++.
vthread.h Classes
The topics that follow describe the various classes declared in the vthread.h header file
($NSD_ROOT/include/nsdevent/vthread.h).
class NSDEFw_Export Fw_Thread
{
class NSDEFw_Export Mutex
{
}
class NSDEFw_Export Preemption_Mutex
{
}
class NSDEFw_Export Condition_Variable
{
...}}