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