NetBSD/common/lib/libc/atomic
2008-02-11 23:48:23 +00:00
..
atomic_add_32_cas.c
atomic_add_32_nv_cas.c
atomic_add_64_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_add_64_nv_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_add.3
atomic_and_32_cas.c
atomic_and_32_nv_cas.c
atomic_and_64_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_and_64_nv_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_and.3
atomic_cas.3
atomic_dec_32_add.c
atomic_dec_32_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_dec_32_nv_add.c
atomic_dec_32_nv_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_dec_64_add.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_dec_64_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_dec_64_nv_add.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_dec_64_nv_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_dec.3
atomic_inc_32_add.c
atomic_inc_32_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_inc_32_nv_add.c
atomic_inc_32_nv_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_inc_64_add.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_inc_64_cas.c atomic_add_* takes signed integers, the others take unsigned. 2007-11-29 17:29:40 +00:00
atomic_inc_64_nv_add.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_inc_64_nv_cas.c Correct what must obviously be a cut+paste-induced set of typos. 2007-12-04 01:13:38 +00:00
atomic_inc.3
atomic_init_cas.c Fix name of the init function. 2008-02-10 13:41:02 +00:00
atomic_init_testset.c Put back a __predict_false removed during testing and fix atomic_cas_mp(). 2008-02-11 23:48:23 +00:00
atomic_op_namespace.h
atomic_ops.3 Note many of the restrictions, and clarify the section on global 2008-02-11 15:01:24 +00:00
atomic_or_32_cas.c
atomic_or_32_nv_cas.c
atomic_or_64_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_or_64_nv_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_or.3
atomic_swap_32_cas.c
atomic_swap_64_cas.c Only build the 64-bit versions if __HAVE_ATOMIC64_OPS. 2007-11-29 01:02:40 +00:00
atomic_swap.3
membar_ops_nop.c membar_read/write are gone. 2007-11-29 15:20:43 +00:00
membar_ops.3 Clarify what membar_enter/membar_exit provide. 2008-02-11 15:12:07 +00:00