Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
ThreadIdentifier 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
phase3
Function · 0.45
phase5
Function · 0.45
Calls
1
getSequenceNumber
Method · 0.80
Tested by
2
phase3
Function · 0.36
phase5
Function · 0.36