Re: [Harbour] 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-25 Thread Maurilio Longo
Przemyslaw, why thread 1 does not have TID? I think that all .prg thread should be equal :) so that we can handle them the same way. Best regards. Maurilio. Przemyslaw Czerpak wrote: > 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * harbour/include/hbvm.h > * harb

Re: [Harbour] 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-22 Thread Przemyslaw Czerpak
On Mon, 22 Sep 2008, Mindaugas Kavaliauskas wrote: Hi Mindaugas, >> + added .prg function hb_threadSelf() -> | NIL >> It returns thread ID pointer variable or NIL when thread was >> registered without it (main thread and some 3-rd party threads >> created by C API) > Can ma

Re: [Harbour] 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-22 Thread Mindaugas Kavaliauskas
Hi, + added .prg function hb_threadSelf() -> | NIL It returns thread ID pointer variable or NIL when thread was registered without it (main thread and some 3-rd party threads created by C API) Can main thread be terminated after child thread? Can child process wait for

[Harbour] 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-09-21 Thread Przemyslaw Czerpak
2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbvm.h * harbour/source/vm/hvm.c * harbour/source/vm/thread.c + added .prg function hb_threadSelf() -> | NIL It returns thread ID pointer variable or NIL when thread was registered without