232 Subj : Re: thread::join on windows? To : comp.lang.tcl,comp.programming.threads From : Markus Elfring Date : Thu Feb 10 2005 09:59 pm > Windows DOES support a mechanism very similar to joinable threads. You can call > WaitForSingleObject() and GetExitCodeThread() to emulate a thread::join type > function. http://msdn.microsoft.com/library/en-us/dllproc/base/waitforsingleobject.asp http://msdn.microsoft.com/library/en-us/dllproc/base/getexitcodethread.asp How are they used by the Windows implementation of the function "Tcl_JoinThread"? . 0