21 Mar
2005
21 Mar
'05
1:01 a.m.
Hi, I noticed that when using thread::join and the thread has already completed, at least on Mac OS X using pthreads, pthread_join returns EINVAL, thus triggering the assertion res == 0. Is this intentional or a bug? Thorsten