Thread names

The first thread of your application is called the mainThread. The mainThread is also the system thread, and objects that have sequential concurrency run on this thread.

Threads associated with active objects are named according to their object names:

You can register external threads that you have manually created (using an operating system API call rather than the IBM® Rational® Rhapsody® OMThread wrapper) by assigning your own names to them. The registering of an external thread introduces it to Rational Rhapsody and adds it to the list of threads associated with active objects displayed in the Threads window.

During execution, additional external threads can appear that interact with Rational Rhapsody-defined objects. These external threads are denoted by an ID that the operating system automatically assigns to them.


Feedback