# list-lockq command

The list-lockq command lists the VME
processes that are enqueue (waiting) to lock a frame, that is currently
locked by some other process.

**Synonyms:** list-lock-que, list-lock-queue

## Description

The report includes these headings:

| waiting line# | User’s (the one waiting for the item) port number. |
| --- | --- |
| waiting level | User’s push-level. |
| owner line# | Owner’s (the one locking the item) port number. |
| owner level | Owner’s push-level. |
| fcb fid | File Control Block FID number. |
| group fid | Group FID. |
| item id | Item-ID that is currently locked. |

## Example(s)

```
list-lockq

Waiting owner fcb group
line# level line# level fid fid item-ID
0000 00 0096B8
0038 01 0535F5
```

## See also

- [list-locks command](https://d3codex.com/tcl/list-locks-command/)
- [unlock-file command](https://d3codex.com/tcl/unlock-file-command/)
- [unlock-group command](https://d3codex.com/tcl/unlock-group-command/)
- [unlock-item command](https://d3codex.com/tcl/unlock-item-command/)

---
Source: https://d3codex.com/tcl/list-lockq-command/ - part of the D3Codex reference.
