MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / core

Function core

tests/async/marl-test/thread_test.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace {
20
21marl::Thread::Core core(int idx) {
22 marl::Thread::Core c;
23 c.pthread.index = static_cast<uint16_t>(idx);
24 return c;
25}
26
27} // anonymous namespace
28

Callers 1

thread_test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected