Implement conditional and no stats version of Sleep.

#codereview Robert.Manuszewski

[CL 2410728 by Mikolaj Sieluzycki in Main branch]
This commit is contained in:
Mikolaj Sieluzycki
2015-01-19 06:13:39 -05:00
parent 0e8e991729
commit bf1a1af268
8 changed files with 52 additions and 10 deletions
@@ -30,7 +30,8 @@ struct CORE_API FHTML5PlatformProcess : public FGenericPlatformProcess
{
static const TCHAR* ComputerName();
static const TCHAR* BaseDir();
static void Sleep( float Seconds );
static void Sleep(float Seconds);
static void SleepNoStats(float Seconds);
static void SleepInfinite();
static class FEvent* CreateSynchEvent(bool bIsManualReset = 0);
static class FRunnableThread* CreateRunnableThread();