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

Function makeTestThread

test/Thread/ThreadSchedulingPolicyTestCase.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 */
85
86DynamicThread makeTestThread(const SchedulingPolicy schedulingPolicy, SequenceAsserter& sequenceAsserter,
87 const SequencePoints sequencePoints)
88{
89 return makeDynamicThread({testThreadStackSize, testThreadPriority, schedulingPolicy}, thread,
90 std::ref(sequenceAsserter), sequencePoints);
91}
92
93} // namespace
94

Callers 1

run_Method · 0.70

Calls 1

makeDynamicThreadFunction · 0.85

Tested by

no test coverage detected