Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ getSchedulingPolicy
Method
getSchedulingPolicy
source/threads/ThreadCommon.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
SchedulingPolicy ThreadCommon::getSchedulingPolicy() const
95
{
96
return getThreadControlBlock().getSchedulingPolicy();
97
}
98
99
size_t ThreadCommon::getStackHighWaterMark() const
100
{
Callers
2
tickInterruptHandler
Method · 0.45
getSchedulingPolicy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected