ufoMPIterateThreadFunc

Related Functions: ufoMPIterate, ufoMPSetIterateFunction

Simple methods of user-defined MP processing with indices. Can be used without modification on single CPU machines. Do not use this in functions which are already called in worker threads, such as ufoProcessRenderLine. Returns false from ufoProcessSetMPSafe to ensure you do not get called from a worker thread. Call ufoMPSetIterateFunction to set the worker functions and then call ufoMPIterate to run and wait for the function to do the processing.

ufoMPIterateThreadFunc

ufoMPIterateThreadFunc iterate_func, 
typedef void (*ufoMPIterateThreadFunc) (int, void *); /* definition for iterate thread functions */


Autodesk Softimage v7.5