Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
9answers
2k views

Is there a programmatic way to check stack corruption

I am working with a multithreaded embedded application. Each thread is allocated stack sizes based on its functionality. Recently we found that one of the thread corrupted the stack by defining a ...
1
vote
2answers
203 views

iTron data-queue in linux

In iTron there is lighter version of the message-queue called data-queue. They are very easy to use for fast message transfers. Is there any equivalent synchronization primitive in Linux? Definition ...