previous | start | next

pthread_kill an pthread_cancel

pthread_kill(thrd) sends a signal to thread with id thrd.

pthread_cancel(thrd) terminates the thread with id thrd, but ...

Default: enabled and deferred



previous | start | next