In reply to dave_59:
If we look at the parent-child relationship, there are some interesting findings from LRM:
- we can find parent process, parent thread and child process in the LRM.
- we can not find child thread in the LRM, but we can see this statement “When a new dynamic thread is created, its RNG is seeded with the next random
value from its parent thread.” - we can find dynamic process and dynamic thread.
however,
- there is only thread stability.
- In VPI object model diagram, there is a separate section for process and thread.
- process diagram contains initial, already and final
- thread diagram shows parent-child relationship