92
edits
Changes
→Case B - Using the Parallel Stacks Window
1. Put a breakpoint at all function calls, all function definitions, cilk_sync, and cilk_for.<br/>
Step 1)
At our first breakpoint, at
cilk_spawn foo()
we can see in the Threads window the Main Thread:
==Case C==