ACSE/Presentation and ROSE Interface Programmer's Guide

74 Chapter 5
Troubleshooting Your Application
Using A/P API Tracing
>>> thread-id = 6 >>>
> pathname = /dev/osipi
> oflags = 0x0
<<< thread-id = 6 <<<
>>> thread-id = 7 >>>
> pathname = /dev/osipi
> oflags = 0x0
<<< thread-id = 7 <<<
The line >>> thread-id = 5 >>> denotes that the lines following it have
been output by the thread with the thread-id 5. Also, the line <<<
thread-id = 5 <<< denotes the end of trace output from the thread with
thread-id 5. So, every group of tracing lines is enclosed within lines of
the form >>> thread-id = no >>> and <<< thread-id = no <<<. This
unambiguously identiļ¬es the thread which has output these tracing
lines. The tracing output from various threads may be interleaved which
denotes that they are being scheduled in and out while they are
executing and doing tracing output.