mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
f8739dd5f9
Both are atomic, but the cmpxchg has memory ordering hints. We give this acquire semantics. NOTE: The unlock in libc_r is implemented by a "normal" assign statement. This is not correct on ia64 due to the memory ordering characteristics of the architecture. We need release semantics for an unlock. |
||
---|---|---|
.. | ||
arch | ||
man | ||
sys | ||
test | ||
uthread | ||
Makefile |