History log of /netbsd/common/lib/libc/atomic/atomic_inc_32_cas.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 6f3a0417 29-Nov-2007 ad <ad@NetBSD.org>

atomic_add_* takes signed integers, the others take unsigned.


# fe803ab0 29-Nov-2007 ad <ad@NetBSD.org>

Add inc/dec variants that use atomic_cas in preference to atomic_add.