|
DCL 3.7.4
|
#include <Thread.h>
Public Member Functions | |
| CondVar () | |
| ~CondVar () | |
| void | signal () |
| bool | wait (Mutex &_mutex, unsigned int _milliseconds=INFINITE) |
| bool | isWaiting () |
CondVar: Conditional Variable Windows Note. Major Version >= 6, Vista, 2008 See. InitializeCondVaritionVariable
| Thread::CondVar::CondVar | ( | ) |
Definition at line 618 of file Thread.cpp.
| Thread::CondVar::~CondVar | ( | ) |
Definition at line 631 of file Thread.cpp.
|
inline |
| void Thread::CondVar::signal | ( | ) |
Definition at line 638 of file Thread.cpp.
Definition at line 662 of file Thread.cpp.