Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool
48
InMainThread()
49
{
50
return main_thread.IsInside();
51
}
52
53
#endif /* !NDEBUG */
Callers
15
InDrawThread
Function · 0.85
Interface.hpp
File · 0.85
ReadBlackboardBasic
Function · 0.85
ReadBlackboardCalculated
Function · 0.85
ReadCommonStats
Function · 0.85
AddListener
Function · 0.85
RemoveListener
Function · 0.85
BroadcastGPSUpdate
Function · 0.85
BroadcastCalculatedUpdate
Function · 0.85
BroadcastComputerSettingsUpdate
Function · 0.85
BroadcastUISettingsUpdate
Function · 0.85
ApplyVegaSwitches
Function · 0.85
Calls
1
IsInside
Method · 0.45
Tested by
no test coverage detected