nptl SIGCONT and thread scheduling

Posted by piotr on Stack Overflow See other posts from Stack Overflow or by piotr
Published on 2010-04-19T08:19:47Z Indexed on 2010/04/19 8:23 UTC
Read the original article Hit count: 306

Filed under:
|
|
|
|

Hello, I'm trying to port a code that relies on SIGCONT to stop certain threads of an application. With current linux nptl implementation seems one can't rely on that in 2.6.x kernels. I'm trying to devise a method to stop other threads. Currently I can only think on mutexes and condition variables. Any hints is appreciated.

© Stack Overflow or respective owner

Related posts about linux

Related posts about pthreads