9#include <dispatch/dispatch.h>
43 for (
int i = 0; i !=
Count; ++i)
#define checkfSlow(expr, format,...)
Definition AssertionMacros.h:333
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FMacSemaphore FSemaphore
Definition MacSemaphore.h:53
Definition MacSemaphore.h:12
FMacSemaphore(int32 InitialCount, int32)
Definition MacSemaphore.h:16
void Release(int32 Count=1)
Definition MacSemaphore.h:40
virtual ~FMacSemaphore()
Definition MacSemaphore.h:22
void Acquire()
Definition MacSemaphore.h:27
UE_NONCOPYABLE(FMacSemaphore)
bool TryAcquire(FTimespan Timeout=FTimespan::Zero())
Definition MacSemaphore.h:33
static FTimespan Zero()
Definition Timespan.h:747