Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Sleep.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_SLEEP_H_
2 #define GAUDIKERNEL_SLEEP_H_
3 
4 #include "GaudiKernel/Kernel.h"
5 
6 namespace Gaudi {
7 
10  GAUDI_API void Sleep( int sec );
11 
14  GAUDI_API void NanoSleep( long long nsec );
15 } // namespace Gaudi
16 
17 #endif /*GAUDIKERNEL_SLEEP_H_*/
GAUDI_API void NanoSleep(long long nsec)
Small variation on the sleep function for nanoseconds sleep.
Definition: Sleep.cpp:9
GAUDI_API void Sleep(int sec)
Simple sleep function.
Definition: Sleep.cpp:7
#define GAUDI_API
Definition: Kernel.h:71
Helper functions to set/get the application return code.
Definition: __init__.py:1