TaskGraph.TestLockFree
TaskGraph.TestLockFree
#Overview
name: TaskGraph.TestLockFree
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Test lock free lists
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Tests/Async/TaskGraphTest.cpp:641
Scope (from outer to inner):
file
namespace OldTaskGraphTests
Source code excerpt:
static FAutoConsoleCommand TestLockFreeCmd(
TEXT("TaskGraph.TestLockFree"),
TEXT("Test lock free lists"),
FConsoleCommandWithArgsDelegate::CreateStatic(&TestLockFree)
);
static void TestLowToHighPri(const TArray<FString>& Args)
{