MCPcopy 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
66void 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

sequencePointMethod · 0.80
sleepForFunction · 0.50

Tested by

no test coverage detected