Re: [Harbour] thread.c TOFIX: comment

2010-02-19 Thread Maurilio Longo
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

Re: [Harbour] thread.c TOFIX: comment

2010-02-18 Thread Przemysław Czerpak
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

[Harbour] thread.c TOFIX: comment

2010-02-18 Thread Maurilio Longo
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