MCPcopy 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
104size_t ThreadCommon::getStackSize() const
105{
106 return getThreadControlBlock().getStack().getSize();
107}
108
109ThreadState ThreadCommon::getState() const
110{

Callers 1

getStackSizeFunction · 0.45

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected