ivutils
|
Like lock but doesn't lock anything. More...
#include <omp_pointers.h>
Like lock but doesn't lock anything.
This helper class is used as drop in substitute for OMPLock if we don't use openmp. Since that means that essentialy we run in one thread or use other means to synchronize threads MockLock doesn't realy do anything.