MCPcopy 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
94SchedulingPolicy ThreadCommon::getSchedulingPolicy() const
95{
96 return getThreadControlBlock().getSchedulingPolicy();
97}
98
99size_t ThreadCommon::getStackHighWaterMark() const
100{

Callers 2

tickInterruptHandlerMethod · 0.45
getSchedulingPolicyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected