FUnixSystemWideCriticalSection::IsValid

Does the calling thread have ownership of the system-wide critical section?

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixCriticalSection.h

Include

#include "Unix/UnixCriticalSection.h"

Source

/Engine/Source/Runtime/Core/Private/Unix/UnixCriticalSection.cpp

Syntax

bool IsValid() const

Remarks

Does the calling thread have ownership of the system-wide critical section?

Returns

True if the system-wide lock is obtained. WARNING: Returns true for abandoned locks so shared resources can be in undetermined states.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss