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

Method getEffectivePriority

source/threads/ThreadCommon.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#endif // DISTORTOS_SIGNALS_ENABLE == 1
63
64uint8_t ThreadCommon::getEffectivePriority() const
65{
66 return getThreadControlBlock().getEffectivePriority();
67}
68
69ThreadIdentifier ThreadCommon::getIdentifier() const
70{

Callers 6

getEffectivePriorityFunction · 0.45
getBoostedPriorityMethod · 0.45
beforeBlockMethod · 0.45
testCanceledLockFunction · 0.45
testPriorityChangeFunction · 0.45

Calls

no outgoing calls

Tested by 3

testCanceledLockFunction · 0.36
testPriorityChangeFunction · 0.36