53 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
FPThreadSemaphore FSemaphore
Definition PThreadSemaphore.h:64
Definition PThreadSemaphore.h:15
~FPThreadSemaphore()
Definition PThreadSemaphore.h:25
void Release(int32 Count=1)
Definition PThreadSemaphore.h:50
void Acquire()
Definition PThreadSemaphore.h:31
bool TryAcquire(FTimespan Timeout=FTimespan::Zero())
Definition PThreadSemaphore.h:37
UE_NONCOPYABLE(FPThreadSemaphore)
FPThreadSemaphore(int32 InitialCount, int32 MaxCount)
Definition PThreadSemaphore.h:19
static FTimespan Zero()
Definition Timespan.h:747