Encyclopedia > Spinlock

  Article Content

Spinlock

In computer science, a spinlock is a lock where the thread simply waits ("spins") until the lock becomes available. Spinlocks are very efficient if threads are only likely be blocked for a short period of time, as they avoid the overhead of operating system process re-scheduling. They are wasteful if the lock is held for a long period of time.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Northwest Harbor, New York

... the town the population is spread out with 25.2% under the age of 18, 4.8% from 18 to 24, 27.3% from 25 to 44, 28.7% from 45 to 64, and 13.9% who are 65 years of age ...

 
 
 
This page was created in 25.6 ms