diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2003-01-21 20:10:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2003-01-21 20:10:00 +0000 |
commit | 3acc82b305d10b13f0a95f8247d7e093224b91f5 (patch) | |
tree | 89952fcf6d9857ae382dc846bfc25a8f00c4be71 /Mach | |
parent | 78474b6dd1848cc39a9ebe874aba643052b0e63d (diff) | |
download | web-3acc82b305d10b13f0a95f8247d7e093224b91f5.tar.gz web-3acc82b305d10b13f0a95f8247d7e093224b91f5.tar.bz2 web-3acc82b305d10b13f0a95f8247d7e093224b91f5.zip |
none
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/PosixSemaphores.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mach/PosixSemaphores.mdwn b/Mach/PosixSemaphores.mdwn index c77cb08b..be5586bd 100644 --- a/Mach/PosixSemaphores.mdwn +++ b/Mach/PosixSemaphores.mdwn @@ -7,3 +7,7 @@ The first penalty has virtually no cost because we know that we will never spin The second may be more of a performance penalty, but it saves reimplmenting the code in pt-cond-signal.c pt-cond-wait.c, and pthread-timedwait.c . -- [[Main/JamesAMorrison]] - 19 Jan 2003 + +Moved page to Mach web. + +-- [[Main/GrantBow]] - 21 Jan 2003 |