MCPcopy 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
92size_t getStackSize()
93{
94 return get().getStackSize();
95}
96
97void setPriority(const uint8_t priority, const bool alwaysBehind)
98{

Callers

nothing calls this directly

Calls 1

getStackSizeMethod · 0.45

Tested by

no test coverage detected