DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

wchan - Display the wait channel for a process

SYNOPSIS

wchan address?i
wchit address wch

DESCRIPTION

The wchan macro takes the address of a process as its argument and displays the wait channel for this one process.

The wchit macro also requires the address of a process for an argument and displays the wait channel information in a different manner.

The wch macro displays the wait channel for each process

Typical output looks like:


  S> wchan D1B16400
  D1B16400 D1584B8C           fifo_memread+118

DEFINED IN

proc.k

SEE ALSO

proc, ps, wchan, wchit

APPENDIX A: Alphabetic Index of Macros