MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / getIdentifier

Method getIdentifier

source/threads/ThreadCommon.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69ThreadIdentifier ThreadCommon::getIdentifier() const
70{
71 const auto& threadControlBlock = getThreadControlBlock();
72 return {threadControlBlock, threadControlBlock.getSequenceNumber()};
73}
74
75#if DISTORTOS_SIGNALS_ENABLE == 1
76

Callers 2

phase3Function · 0.45
phase5Function · 0.45

Calls 1

getSequenceNumberMethod · 0.80

Tested by 2

phase3Function · 0.36
phase5Function · 0.36