Search Results

Search: Posts Made By: clerew
Forum: Programming 05-22-2012
3,203
Posted By clerew
Multiple instances of pthread
Indeed, but the pthreads in my example were created as detached (I showed a parameter '&detach' which was intended to give a strong hint to that effect).

And I agree that pthread_kill has to be...
Forum: Programming 05-21-2012
3,203
Posted By clerew
Multiple instances of pthread
Suppose I declare
pthread_t clear_thread;
and then
pthread_create(&clear_thread, &detach, clear_message, this);
the thread is supposed to go away, perform the service it is intended to...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy