bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pthread_detach


From: Marcelo Dalmas
Subject: pthread_detach
Date: Mon, 5 Nov 2001 17:20:49 -0300 (EST)

Hi all!
I have a parent thread with Notify() and a Detach() child thread. Notify()
never executes.

In the execHandler() funtion:

if ( !pthread_detach(th__tid) && th->parent)
        th->_parent->Notify(th);

Why pthread_detach ?

Marcelo Dalmas
BRASMAP Sistemas
www.brasmap.com.br
Fone/Fax: (48) 333-2218 ramal 2114




reply via email to

[Prev in Thread] Current Thread [Next in Thread]