Rule for writing critical section of code
Describe the rules you follow while you are writing critical section of code?
Expert
a) Use Atomic Instructions
b) Remember to enable interrupts
c) Make the critical section code as small as possible. (Prefer not more than twenty instructions)
d) Prefer not to call another function from the critical section.
Normal 0 false false
What are the different technology layers in backbone design? List the preferred technologies used in each of these layers.
What is FIFO in an UNIX OS?
18,76,764
1923510 Asked
3,689
Active Tutors
1418128
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!