Przemyslaw,
> Thank you for the information.
> I know the syntax but AFAIR when we were talking about it last time
> you said that this function has build in race condition and when thread
> terminates before other thread calls DosWaitThread() then this function
> fails with error code set to ERRO
On Thu, 18 Feb 2010, Maurilio Longo wrote:
Hi Maurilio,
> inside vm/thread.c 817..818 there is a comment of yours about DosWaitThread(),
> I don't know if this text about it can help you decide what to do.
> 8<--
> DosWaitThread is used to wait for termination of threads withi
Przemyslaw,
inside vm/thread.c 817..818 there is a comment of yours about DosWaitThread(),
I don't know if this text about it can help you decide what to do.
8<--
DosWaitThread is used to wait for termination of threads within a process. It
is usually used so that thread resou