Sleep.h
Go to the documentation of this file.00001 #ifndef GAUDIKERNEL_SLEEP_H_
00002 #define GAUDIKERNEL_SLEEP_H_
00003
00004 namespace Gaudi {
00005
00008 void Sleep(int sec);
00009
00012 void NanoSleep(long long nsec);
00013
00014 }
00015
00016 #endif