This website requires JavaScript.
Explore
Help
Sign In
starred
/
linux-legacy
Watch
1
Star
0
Fork
0
You've already forked linux-legacy
mirror of
https://github.com/genesi/linux-legacy.git
synced
2026-09-27 09:03:10 +00:00
Code
Issues
2
Packages
Projects
Releases
Wiki
Activity
Files
052d014485d2ce5bb7fa8dd0df875dafd1db77df
linux-legacy
/
include
/
asm-um
/
semaphore.h
2 lines
29 B
C
Raw
Normal View
History
Unescape
Escape
Generic semaphore implementation Semaphores are no longer performance-critical, so a generic C implementation is better for maintainability, debuggability and extensibility. Thanks to Peter Zijlstra for fixing the lockdep warning. Thanks to Harvey Harrison for pointing out that the unlikely() was unnecessary. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Acked-by: Ingo Molnar <mingo@elte.hu>
2008-03-07 21:55:58 -05:00
#
include
<linux/semaphore.h>
Reference in New Issue
Copy Permalink