Show information about pthreads mutexes.
show mutex [ [mutex_id_list [ with state == locked ]]
mutex_id_list |
A list of mutex identifiers. |
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.
Copyright © 1996-2010, Intel Corporation. All rights reserved.