Display information on OpenMP* lock routines.
Parallel > Locks
Locks
The OpenMP* runtime library contains various lock routines that you can use for synchronization. For debugging OpenMP* applications, it is useful to display a lock's state, its type, the number of tasks or threads holding references to the lock, the lock's location, or other internal OpenMP* information. You can view this information with this window.
Select Show Holding to display a list of tasks or threads that are holding references to the lock.
Select Go to Source to display the source code that created the current lock.
Select Go to Disassembly to display the assembly code that created the current lock.
This window is fully supported for OpenMP* versions 3.0 and higher. For older versions, this window has restricted functionality.
Copyright © 2001-2011, Intel Corporation. All rights reserved.