]> git.ipfire.org Git - thirdparty/bind9.git/commit
implement hazard pointer data structure
authorWitold Kręcicki <wpk@isc.org>
Tue, 5 Nov 2019 18:52:20 +0000 (10:52 -0800)
committerEvan Hunt <each@isc.org>
Thu, 7 Nov 2019 19:55:37 +0000 (11:55 -0800)
commitaa57fa709085411ac9afb6bd1b71c362bfb7e55d
tree56c1b08d347c11d5aaeda7d1c8c1fea46b52714e
parentae202e0e7cedde10250a6801d3bfc7ea32c720f7
implement hazard pointer data structure

this is a mechanism to allow safe lock-free data structures.
lib/isc/Makefile.in
lib/isc/hp.c [new file with mode: 0644]
lib/isc/include/isc/Makefile.in
lib/isc/include/isc/hp.h [new file with mode: 0644]
lib/isc/include/isc/types.h
lib/isc/win32/libisc.def.in
lib/isc/win32/libisc.vcxproj.filters.in
lib/isc/win32/libisc.vcxproj.in
util/copyrights