MCPcopy Create free account
hub / github.com/JRickey/BattleShip / inner_entry

Function inner_entry

port/coroutine_test.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72unsigned g_nest_log = 0;
73
74void inner_entry(void *) {
75 g_nest_log |= 0x02;
76 port_coroutine_yield(); /* yields back to outer */
77 g_nest_log |= 0x08;
78}
79
80void outer_entry(void *) {
81 g_nest_log |= 0x01;

Callers

nothing calls this directly

Calls 1

port_coroutine_yieldFunction · 0.70

Tested by

no test coverage detected