Locks Window

Display information on OpenMP* lock routines.

Menu

Parallel > Locks

Toolbar

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.

Pop-up Menu

Show Holding

Select Show Holding to display a list of tasks or threads that are holding references to the lock.

Go to Source

Select Go to Source to display the source code that created the current lock.

Go to Disassembly

Select Go to Disassembly to display the assembly code that created the current lock.

Note iconNote

This window is fully supported for OpenMP* versions 3.0 and higher. For older versions, this window has restricted functionality.


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.