32 virtual void PreRun()
override
35 Pool = FPlatformMisc::CreateAutoreleasePool();
42 virtual void PostRun()
override
44 FPlatformMisc::ReleaseAutoreleasePool(Pool);
47 virtual int GetDefaultStackSize()
override
50 return FPlatformMisc::GetDefaultStackSize();
87 default:
UE_LOG(
LogHAL,
Fatal,
TEXT(
"Unknown Priority passed to FRunnableThreadApple::TranslateThreadPriority()"));
return 31;
#define NULL
Definition oodle2base.h:134
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_LOG(CategoryName, Verbosity, Format,...)
Definition LogMacros.h:270
#define TCHAR_TO_ANSI(str)
Definition StringConv.h:1019
Definition ApplePlatformRunnableThread.h:15
~FRunnableThreadApple()
Definition ApplePlatformRunnableThread.h:22
FRunnableThreadApple()
Definition ApplePlatformRunnableThread.h:17