Subj : Re: thread::join on windows? To : comp.lang.tcl,comp.programming.threads From : Phil Frisbie, Jr. Date : Thu Feb 10 2005 09:52 pm Markus Elfring wrote: >>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"? I know nothing about "Tcl_JoinThread", but I just gave you the information you need if you want to add the code yourself since in an earlier post you made it sound like "Tcl_JoinThread" actually did nothing. -- Phil Frisbie, Jr. Hawk Software http://www.hawksoft.com .