The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Sleep.cpp
Go to the documentation of this file.
1
#include "
GaudiKernel/Sleep.h
"
2
#include <chrono>
3
#include <thread>
4
5
namespace
Gaudi
6
{
7
8
void
Sleep
(
int
sec ) {
std::this_thread::sleep_for
(
std::chrono::seconds
( sec ) ); }
9
10
void
NanoSleep
(
long
long
nsec ) {
std::this_thread::sleep_for
(
std::chrono::nanoseconds
( nsec ) ); }
11
}
std::chrono::seconds
Sleep.h
std::this_thread::sleep_for
T sleep_for(T...args)
Gaudi::NanoSleep
GAUDI_API void NanoSleep(long long nsec)
Small variation on the sleep function for nanoseconds sleep.
Definition:
Sleep.cpp:10
Gaudi::Sleep
GAUDI_API void Sleep(int sec)
Simple sleep function.
Definition:
Sleep.cpp:8
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
src
Lib
Sleep.cpp
Generated on Wed Aug 1 2018 23:21:10 for The Gaudi Framework by
1.8.11