From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-05-28 07:12:02


Wolfgang Meyer wrote:
> Given a thread A created by a thread B. Is calling the join-method of
> A from a thread C a well-defined operation? (With C != B && C != A)

Conceptually, threads do not have parents. All threads are equal, regardless
of who created who.