Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ getStackSize
Method
getStackSize
source/threads/ThreadCommon.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
size_t ThreadCommon::getStackSize() const
105
{
106
return getThreadControlBlock().getStack().getSize();
107
}
108
109
ThreadState ThreadCommon::getState() const
110
{
Callers
1
getStackSize
Function · 0.45
Calls
1
getSize
Method · 0.45
Tested by
no test coverage detected