-
Notifications
You must be signed in to change notification settings - Fork 45
cisstStereoVision Thread Synchronization
Anton Deguet edited this page May 6, 2014
·
3 revisions
Sample processing inside cisstStereoVision filters is multithreaded. During filter implementation, the developer needs to be aware of the fact that the Process()
method of the filter may be executed in any number of thread simultaneously.
Name | Description |
---|---|
_OnSingleThread(svlProcInfo * _info) { } |
|
_ParallelLoop(svlProcInfo * _info, unsigned int _idx, unsigned int _count) { } |
|
_GetParallelSubRange(svlProcInfo * _info, unsigned int _count, unsigned int & _from, unsigned int & _to) |
|
_SynchronizeThreads(svlProcInfo * _info) |
|
_CriticalSection(svlProcInfo * _info) { } |
- Home
- Libraries & components
- Download
- Compile (FAQ)
- Reference manual
- cisstCommon
- cisstVector
- cisstNumerical
- cisstOSAbstraction
- TBD
- cisstMultiTask
- cisstRobot
- cisstStereoVision
- Developers