Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Count
Method
Count
Source/Engine/Threading/ThreadRegistry.cpp:27–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
int32 ThreadRegistry::Count()
28
{
29
Locker.Lock();
30
int32 count = Registry.Count();
31
Locker.Unlock();
32
33
return count;
34
}
35
36
void ThreadRegistry::KillEmAll()
37
{
Callers
15
TestScripting.cpp
File · 0.45
CheckBitArray
Function · 0.45
TestCollections.cpp
File · 0.45
TestCommandLine.cpp
File · 0.45
TestPrefabs.cpp
File · 0.45
ContinueWith
Method · 0.45
CancelAll
Function · 0.45
RunAll
Method · 0.45
Dispose
Method · 0.45
Execute
Method · 0.45
UpdateBounds
Method · 0.45
CacheNeighbors
Method · 0.45
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
1
CheckBitArray
Function · 0.36