thread again

Is it possible to know if a thread is activated or terminated ?

any ideas ??

On Mon, 14 May 2001 16:00:25 +0200, “Jérôme Fabry”
<jerome.fabry@athys.fr> wrote:

Is it possible to know if a thread is activated or terminated ?

any ideas ??

It can at least be done with some form

of explicit synchronisation (e.g., ptthread_join(), barrier_wait())
or explicit notification (via events).

ako