Calling thread::join from another thread?
28 May
2004
28 May
'04
12:44 a.m.
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) It seems to work fine, but I want to make sure that this was not just 'luck'. Assumed, the operation is not defined: Can someone imagine a way to wrap a thread such that is can be joined by an arbitrary other thread? Thanks for clarification, Wolfgang Meyer
7471
Age (days ago)
7471
Last active (days ago)
1 comments
2 participants
participants (2)
-
Peter Dimov
-
Wolfgang Meyer