Results 11 to 11 of 11
If I can refer my learned friend to the man page again for pthread_kill:-
"If sig is 0, then no signal is sent, but error checking is still performed;
this ...
- 02-10-2010 #11Just Joined!
- Join Date
- Jan 2009
- Location
- On the bay, Morecambe Bay.
- Posts
- 15
If I can refer my learned friend to the man page again for pthread_kill:-
"If sig is 0, then no signal is sent, but error checking is still performed;
this can be used to check for the existence of a thread ID."
If I try to join with a non existent thread I have the same issue with invalid pthread_t's. Trust me I've tried.
Thanks anyway.


Reply With Quote