On 10/07/2015 12:53 PM, Stuart Henderson wrote: > if (pthread_kill(stat_thread, 0)) { pthread_kill sends the specified signal to the thread, but signal 0 just checks whether a signal can be sent and sends no signal.
- pthread question Stuart Henderson
- Re: pthread question Stuart Henderson
- Re: pthread question Mark Kettenis
- Re: pthread question Stuart Henderson
- Re: pthread question Mark Kettenis
- Re: pthread question Jonas 'Sortie' Termansen