MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / setSchedulingPolicy

Method setSchedulingPolicy

source/threads/ThreadCommon.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void ThreadCommon::setSchedulingPolicy(const SchedulingPolicy schedulingPolicy)
146{
147 getThreadControlBlock().setSchedulingPolicy(schedulingPolicy);
148}
149
150/*---------------------------------------------------------------------------------------------------------------------+
151| protected functions

Callers 1

setSchedulingPolicyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected