MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / sleep

Method sleep

astyle/src/astyle_main.cpp:2024–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2022}
2023
2024void ASConsole::sleep(int seconds) const
2025{
2026 clock_t endwait;
2027 endwait = clock_t (clock () + seconds * CLOCKS_PER_SEC);
2028 while (clock() < endwait) {}
2029}
2030
2031bool ASConsole::stringEndsWith(const string &str, const string &suffix) const
2032{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected