If you are using Intel OpenMP in a plug-in, and want to set a nonzero spin-wait time you can include the Intel compiler version of the header file omp.h and then use the kmp_set_blocktime() function. However, be very careful to set the spin wait time back to zero before exiting the plug-in and returning control to Maya: kmp_set_blocktime(0);