Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixSystemWideCriticalSection
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 |
bool IsValid&40;&41; const
Remarks
Does the calling thread have ownership of the system-wide critical section? True if the system-wide lock is obtained. WARNING: Returns true for abandoned locks so shared resources can be in undetermined states.