We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff7643 commit d0201eaCopy full SHA for d0201ea
src/doc/imagebuf.rst
@@ -230,6 +230,13 @@ Miscellaneous
230
.. doxygenfunction:: OIIO::ImageBuf::pixelindex
231
.. doxygenfunction:: OIIO::ImageBuf::WrapMode_from_string
232
233
+.. cpp:function:: void lock() const
234
+ void unlock() const
235
+
236
+ Manually lock or unlock the mutex that protects the ImageBuf from
237
+ concurrent access by multiple threads. Use with caution -- this should
238
+ almost never be needed in ordinary user code.
239
240
241
242
Iterators -- the fast way of accessing individual pixels
0 commit comments