|
DCL 4.1
|
#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 579 of file Thread.cpp.
| Thread::CondVar::~CondVar | ( | ) |
Definition at line 592 of file Thread.cpp.
|
inline |
| void Thread::CondVar::signal | ( | ) |
Definition at line 599 of file Thread.cpp.
Definition at line 623 of file Thread.cpp.