MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ExitWaitArgs

Class ExitWaitArgs

tests/system_test/cross_core_test.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// ===========================================================================
135
136struct ExitWaitArgs {
137 std::atomic<int>* result_code;
138 std::atomic<int>* result_ready;
139};
140
141void exit_wait_child(void* /*arg*/) {
142 klog::Info("[CrossCore ExitWait] Child: doing work on core 1");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected