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

Function makeAndStartTestThread

test/Thread/ThreadPriorityChangeTestCase.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 */
67
68DynamicThread makeAndStartTestThread(const uint8_t priority, SequenceAsserter& sequenceAsserter,
69 const unsigned int sequencePoint)
70{
71 return makeAndStartDynamicThread({testThreadStackSize, priority}, thread, std::ref(sequenceAsserter),
72 sequencePoint);
73}
74
75} // namespace
76

Callers 1

run_Method · 0.70

Calls 1

Tested by

no test coverage detected