Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VSCond Class Reference

#include <vsnet_thread.h>

Public Member Functions

 VSCond ()
 
 ~VSCond ()
 
void wait (VSMutex &mx)
 
void signal ()
 
void broadcast ()
 

Detailed Description

Definition at line 63 of file vsnet_thread.h.

Constructor & Destructor Documentation

VSCond::VSCond ( )

Definition at line 46 of file vsnet_thread_non.cpp.

47 {}
VSCond::~VSCond ( )

Definition at line 49 of file vsnet_thread_non.cpp.

50 {}

Member Function Documentation

void VSCond::broadcast ( )

Definition at line 58 of file vsnet_thread_non.cpp.

59 {}
void VSCond::signal ( )

Definition at line 55 of file vsnet_thread_non.cpp.

Referenced by SocketSet::run().

56 {}
void VSCond::wait ( VSMutex mx)

Definition at line 52 of file vsnet_thread_non.cpp.

Referenced by SocketSet::~SocketSet().

53 {}

The documentation for this class was generated from the following files: