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.

Reply via email to