|
Pol
Revision:cb584c9
|
#include "polclock.h"#include <atomic>#include <sys/time.h>#include <unistd.h>#include "globals/state.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Typedefs | |
| typedef int | Pol::Core::polclock_base_type |
Functions | |
| polclock_base_type | Pol::Core::getCurrentPolClockSeconds () |
| void | Pol::Core::pause_pol_clocks () |
| void | Pol::Core::pause_polclock () |
| void | Pol::Core::pause_poltime () |
| void | Pol::Core::pol_sleep_ms (unsigned int millis) |
| polclock_t | Pol::Core::polclock () |
| static std::atomic< polclock_base_type > | Pol::Core::polclock_base (0) |
| time_t | Pol::Core::poltime () |
| static std::atomic< time_t > | Pol::Core::poltime_base (0) |
| static std::atomic< time_t > | Pol::Core::poltime_paused_at (0) |
| void | Pol::Core::restart_pol_clocks () |
| void | Pol::Core::restart_polclock () |
| void | Pol::Core::restart_poltime () |
| void | Pol::Core::start_pol_clocks () |
| void | Pol::Core::start_polclock () |
| void | Pol::Core::start_poltime () |
Definition in file polclock.cpp.