mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #10691 from alalek:parallel_for_2018
This commit is contained in:
@@ -233,6 +233,8 @@ CV_EXPORTS_W int getNumThreads();
|
||||
/** @brief Returns the index of the currently executed thread within the current parallel region. Always
|
||||
returns 0 if called outside of parallel region.
|
||||
|
||||
@deprecated Current implementation doesn't corresponding to this documentation.
|
||||
|
||||
The exact meaning of the return value depends on the threading framework used by OpenCV library:
|
||||
- `TBB` - Unsupported with current 4.1 TBB release. Maybe will be supported in future.
|
||||
- `OpenMP` - The thread number, within the current team, of the calling thread.
|
||||
|
||||
Reference in New Issue
Block a user