- #ifdef ERROR_SIMULATOR
- #include "ErrorSimulator.h"
- bool failFileClose = false;
- bool failTimeGet = false;
- bool failThreadInit = false;
- bool failThreadJoin = false;
- bool failMutexInit = false;
- bool failMutexLock = false;
- bool failMutexUnlock = false;
- #endif
|