We just started programming threads in class, and I am trying to call a function prthread (int argc) from my thread. Here is the code I have: if ...
I have an object that maintains a number of internal pthreads. In the object destructor, I want to kill any running internal threads. The thread executing the destructor will not be one of these ...