Hi all,
I want to do the following:
Write a library that could be DL_PRELOADed to any processes and that is
capable of
1.) listing all threads currently created in process
2.) Selectively suspend some of them in response to a signal.
3.) Later on resume them in response to a signal.
It seems that Pthreads has absolutely no sup****t for this, but maybe we
can utilize some Linux implementation details I can't find in the web?
Thank you very much for your effort!
Regards
Nicolai