#include "CeylanSystem.h"#include "CeylanLogPlug.h"#include "CeylanOperators.h"#include "CeylanMathsBasic.h"#include "CeylanEnvironmentVariables.h"#include "CeylanFile.h"#include <cstdlib>#include <cerrno>#include <iostream>
Go to the source code of this file.
Defines | |
| #define | CEYLAN_CHECK_FOR_FREEZE 0 |
| #define | CEYLAN_USES_NANOSLEEP 0 |
Variables | |
| const Ceylan::Uint32 | OneMillion = 1000000 |
| #define CEYLAN_CHECK_FOR_FREEZE 0 |
Definition at line 108 of file CeylanSystem.cc.
| #define CEYLAN_USES_NANOSLEEP 0 |
| const Ceylan::Uint32 OneMillion = 1000000 |
Definition at line 184 of file CeylanSystem.cc.
Referenced by Ceylan::System::basicSleep(), Ceylan::System::durationToString(), Ceylan::System::getDurationBetween(), Ceylan::System::smartSleep(), and Ceylan::System::smartSleepUntil().
1.6.3