cygthread::cygthread() hang

Joe Buehler jbuehler@hekimian.com
Thu Apr 3 15:47:00 GMT 2003


Another possibility is that someone is erroneously calling detach()
on a cygthread that does not belong to him.  Are cygthreads always
detached only by the thread that creates them?  In which case I
could store the creating thread id in the cygthread and make sure
no one else tries detach().
-- 
Joe Buehler



More information about the Cygwin-developers mailing list