#include <vtkConditionVariable.h>
Definition at line 111 of file vtkConditionVariable.h.
◆ vtkSimpleConditionVariable()
vtkSimpleConditionVariable::vtkSimpleConditionVariable |
( |
| ) |
|
◆ ~vtkSimpleConditionVariable()
vtkSimpleConditionVariable::~vtkSimpleConditionVariable |
( |
| ) |
|
◆ New()
◆ Delete()
void vtkSimpleConditionVariable::Delete |
( |
| ) |
|
|
inline |
◆ Signal()
void vtkSimpleConditionVariable::Signal |
( |
| ) |
|
Wake one thread waiting for the condition to change.
◆ Broadcast()
void vtkSimpleConditionVariable::Broadcast |
( |
| ) |
|
Wake all threads waiting for the condition to change.
◆ Wait()
Wait for the condition to change.
Upon entry, the mutex must be locked and the lock held by the calling thread. Upon exit, the mutex will be locked and held by the calling thread. Between entry and exit, the mutex will be unlocked and may be held by other threads.
- Parameters
-
mutex | The mutex that should be locked on entry and will be locked on exit (but not in between) |
- Return values
-
Normally,this | function returns 0. Should a thread be interrupted by a signal, a non-zero value may be returned. |
◆ ConditionVariable
The documentation for this class was generated from the following file: