Answer Posted / chinnadurai.s
Synchronization tool that does not require busy waiting
Semaphore S–integer variable
Two standard operations modify S: wait()and signal()
Originally called P()andV()
Less complicated
Can only be accessed via two indivisible (atomic) operations
wait (S)
{
while S <= 0;
// no-op
S--;
}
signal (S)
{
S++;
}
| Is This Answer Correct ? | 23 Yes | 11 No |
Post New Answer View All Answers
Which is better curl or wget?
Do cores matter for gaming?
Why does kernel panic occur?
How can I clean up my computer?
How do I clean up and speed up my laptop?
What is a Kernel?
What is the first operating system in the world?
What is concurrency go?
i want information about real time operating systems because i have an interview tomoorow in valeo company.
why we make plex offline online in vxvm?
What do you mean by Run time Errors?
What is microsoft spreadsheet compare?
What is an example of a network operating system?
What Command To Take Backup Other Vg's?
wha is very first process created by kernel