24
edits
Changes
→Case B: Using the Parallel Stacks Window
When the program stops at the first break point, only the main thread exists in Parallel Stacks Window
[[File: 1stExe.png]]
** They have reached the barrier (`__kmp_linear_barrier_release_template` & `__kmp_yield`)
* There are 8 threads that are ready to move on
[[File: 2nd.png]]
[[File: 4th.png]]
=== Resume Execution Until the Last Breakpoint ===