What kinds of problems can you hit with locking model? And a lockless model?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

What's the difference between asynchrony and concurrency?

0 Answers  


Have you designed ui, user interface?

0 Answers  


How does combination of functions reduce memory requirements in embedded systems?

0 Answers  


Write a constant time consuming statement lot finding out if a given number is a power of 2?

0 Answers  


As you know a vast majority of high performance embedded systems today use risc architecture why?

0 Answers  






What is interrupt latency? How can you reduce it?

0 Answers  


What is an anti-aliasing filter?

0 Answers  


What are the types of embedded system?

0 Answers  


Tell me can static variables be declared in a header file?

0 Answers  


Explain what is a watchdog timer?

0 Answers  


look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  


What is a 'const' variable?

0 Answers  


Categories