show mutex (idb mode only)

Show information about pthreads mutexes.

Syntax

show mutex [ [mutex_id_list [ with state == locked ]]

Parameters

mutex_id_list

A list of mutex identifiers.

Description

This command shows information about currently available pthreads mutexes.

If you supply one or more mutex identifiers, the debugger displays information about only those mutexes that you specify, provided that the list matches the identity of currently available mutexes.

If you omit the mutex identifier specification, the debugger displays information about all mutexes currently available.

Use show mutex with state == locked to display information exclusively about locked mutexes.


Submit feedback on this help topic

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