MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / InMainThread

Function InMainThread

src/thread/Debug.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#endif
46
47bool
48InMainThread()
49{
50 return main_thread.IsInside();
51}
52
53#endif /* !NDEBUG */

Callers 15

InDrawThreadFunction · 0.85
Interface.hppFile · 0.85
ReadBlackboardBasicFunction · 0.85
ReadBlackboardCalculatedFunction · 0.85
ReadCommonStatsFunction · 0.85
AddListenerFunction · 0.85
RemoveListenerFunction · 0.85
BroadcastGPSUpdateFunction · 0.85
ApplyVegaSwitchesFunction · 0.85

Calls 1

IsInsideMethod · 0.45

Tested by

no test coverage detected