Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
namespace {
20
21
marl::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.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected