Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
uint8_t ThreadCommon::getEffectivePriority() const
65
{
66
return getThreadControlBlock().getEffectivePriority();
67
}
68
69
ThreadIdentifier ThreadCommon::getIdentifier() const
70
{
Callers
6
getEffectivePriority
Function · 0.45
getBoostedPriority
Method · 0.45
beforeBlock
Method · 0.45
testBasicPriorityInheritance
Function · 0.45
testCanceledLock
Function · 0.45
testPriorityChange
Function · 0.45
Calls
no outgoing calls
Tested by
3
testBasicPriorityInheritance
Function · 0.36
testCanceledLock
Function · 0.36
testPriorityChange
Function · 0.36