Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ function
Function
function
test/CallOnce/CallOnceOperationsTestCase.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
*/
65
66
void function(SequenceAsserter& sequenceAsserter)
67
{
68
sequenceAsserter.sequencePoint(1);
69
ThisThread::sleepFor(sleepForDuration);
70
sequenceAsserter.sequencePoint(totalThreads + 1);
71
}
72
73
/**
74
* \brief Test thread function
Callers
7
run_
Method · 0.85
run_
Method · 0.85
run_
Method · 0.85
run_
Method · 0.85
run_
Method · 0.85
run_
Method · 0.85
run_
Method · 0.85
Calls
2
sequencePoint
Method · 0.80
sleepFor
Function · 0.50
Tested by
no test coverage detected