DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

mutex - print mutex lock structure

SYNOPSIS

mutex address

DESCRIPTION

The mutex macro takes one argument, the address of a mutex lock structure. To obtain the address, first run the proc macro to get the address of mutx.

Typical output looks like this:


  S> mutex D10C9F8C
  [D10C9F8C] (D10C9F8C) type 0D: MUTEX EXCLUSIVE SPIN SPL RECURSIVE
    lock 00000000  processor FFFFFFFF  use_count 00000000
    spinners 00000000  wake_one 00000000  wake_all 00000000
    sleep_on_busy 00  flags 00:
   debug p_lockinfo  locker 00000000  unlocker 00000000

DEFINED IN

mplock.k

SEE ALSO

proc

APPENDIX A: Alphabetic Index of Macros