[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Linux Thread Problem



Hi All,

A new entrant.

I think u all be aware of thread problem on linux i.e each thread
has a different pid. Now suppose my main_thread starts some
application, and then creates few more child_threads. Now if
only one thread can access the appl and any of the thread
can terminate the appl. If i want to terminate the thread from
any of child_thread it gives me error -- Not a owner.
    So my question is how u can do this?

Thanx in advance.
Early answer are welcomed

Cheers,
-Vinod.