↓ 1 callersFunctionreconcile_file Returns (status, info_dict). status: one of {'auto_gen_dropped', 'mode_revert', 'whitespace_revert', 'already_guarded', '
tools/upstream_reconcile.py:175
↓ 1 callersFunctionrun_audit Parse all headers, return audit results. Returns list of dicts with keys: header, struct_name, unguarded, guarded, reachable
tools/pointer_audit.py:256
↓ 1 callersFunctiontest_round_robinRound-robin alternation: two coroutines, three yields each. The
* expected interleave is a0,b0,a1,b1,a2,b2 because the main loop
* resumes A then B
port/coroutine_test.cpp:43