CORBA 2.6.1 Programmer's Reference

Chapter 8. NonStop CORBA vthread Interface
Chapter 8. NonStop CORBA vthread
Interface
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.6.1 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
{
...}}