1 #include "GaudiKernel/Sleep.h"
8 std::this_thread::sleep_for(std::chrono::seconds(sec));
12 std::this_thread::sleep_for(std::chrono::nanoseconds(nsec));
GAUDI_API void NanoSleep(long long nsec)
Small variation on the sleep function for nanoseconds sleep.
GAUDI_API void Sleep(int sec)
Simple sleep function.
Helper functions to set/get the application return code.