setitimer, SIGALRM & multithread process (linux, c)

Posted by osgx on Stack Overflow See other posts from Stack Overflow or by osgx
Published on 2010-04-06T17:28:47Z Indexed on 2010/04/06 17:53 UTC
Read the original article Hit count: 539

Hello

I want to use setitimer() (or alarm()) in multithreaded process in linux 2.6+ with NPTL-enabled libc. Which thread will receive sigalarm (SIGALRM) from kernel?

Thanks.

© Stack Overflow or respective owner

Related posts about signals

Related posts about linux