MCPcopy 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
27int32 ThreadRegistry::Count()
28{
29 Locker.Lock();
30 int32 count = Registry.Count();
31 Locker.Unlock();
32
33 return count;
34}
35
36void ThreadRegistry::KillEmAll()
37{

Callers 15

TestScripting.cppFile · 0.45
CheckBitArrayFunction · 0.45
TestPrefabs.cppFile · 0.45
ContinueWithMethod · 0.45
CancelAllFunction · 0.45
RunAllMethod · 0.45
DisposeMethod · 0.45
ExecuteMethod · 0.45
UpdateBoundsMethod · 0.45
CacheNeighborsMethod · 0.45

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by 1

CheckBitArrayFunction · 0.36