Replaced deprecated atomic64_xxx types with int64_t, uint64_t
authorkhizmax <libcds.dev@gmail.com>
Sat, 1 Aug 2015 15:07:56 +0000 (18:07 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 1 Aug 2015 15:07:56 +0000 (18:07 +0300)
commit4092c2b0cee6546c8d2fee891e9a6b618e051bd7
tree1fa711f4f2c789ea0adb37939b64892c59a7d452
parent4af1a46f51f88e46cc09de40302cd5e52d05b044
Replaced deprecated atomic64_xxx types with int64_t, uint64_t
15 files changed:
cds/algo/bitop.h
cds/compiler/gcc/amd64/bitop.h
cds/compiler/gcc/ia64/bitop.h
cds/compiler/gcc/sparc/bitop.h
cds/compiler/vc/amd64/bitop.h
cds/compiler/vc/x86/bitop.h
cds/details/bitop_generic.h
cds/details/defs.h
cds/intrusive/michael_list_rcu.h
cds/memory/michael/allocator.h
cds/memory/michael/bound_check.h
cds/memory/michael/osalloc_stat.h
cds/memory/michael/procheap_stat.h
cds/opt/options.h
tests/test-hdr/misc/bitop_st.cpp