Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ getStackSize
Function
getStackSize
source/threads/ThisThread.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
size_t getStackSize()
93
{
94
return get().getStackSize();
95
}
96
97
void setPriority(const uint8_t priority, const bool alwaysBehind)
98
{
Callers
nothing calls this directly
Calls
1
getStackSize
Method · 0.45
Tested by
no test coverage detected