MCPcopy 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
76public:
77 /// <summary>

Callers 15

DrawMethod · 0.85
ExecuteMethod · 0.85
OnCancelMethod · 0.85
CancelSyncMethod · 0.85
StartMethod · 0.85
ExecuteMethod · 0.85
OnFinishMethod · 0.85
OnFailMethod · 0.85
OnCancelMethod · 0.85
ResetStateMethod · 0.85
ResetStateMethod · 0.85
ResetStateMethod · 0.85

Calls 1

AtomicStoreFunction · 0.50

Tested by

no test coverage detected