Hi,
Is it possible to access threads stack (not shared) from another thread?
I have seen an API which gets the attributes for the stack pthread_attr_getstack().
But is it possible to access the DATA on the thread stack?. Is there any api for it?.
Can any one please help me out in understanding more on this. Any links or documentation
would be helpful for me. Thanks in advance.