Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetState
Function
SetState
Source/Engine/Threading/Task.h:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
Task* _rootForRemoval = nullptr;
70
71
void SetState(TaskState state)
72
{
73
Platform::AtomicStore((int64 volatile*)&_state, (uint64)state);
74
}
75
76
public:
77
/// <summary>
Callers
15
Draw
Method · 0.85
Execute
Method · 0.85
OnCancel
Method · 0.85
CancelSync
Method · 0.85
Start
Method · 0.85
Execute
Method · 0.85
OnFinish
Method · 0.85
OnFail
Method · 0.85
OnCancel
Method · 0.85
ResetState
Method · 0.85
ResetState
Method · 0.85
ResetState
Method · 0.85
Calls
1
AtomicStore
Function · 0.50
Tested by
no test coverage detected