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

Function getSchedulingPolicy

source/threads/ThisThread.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80SchedulingPolicy getSchedulingPolicy()
81{
82 CHECK_FUNCTION_CONTEXT();
83
84 return internal::getScheduler().getCurrentThreadControlBlock().getSchedulingPolicy();
85}
86
87size_t getStackHighWaterMark()
88{

Callers

nothing calls this directly

Calls 1

getSchedulingPolicyMethod · 0.45

Tested by

no test coverage detected