Draft prototype of hazard pointers C++ template library
authorMaged Michael <magedmichael@fb.com>
Tue, 20 Sep 2016 20:47:17 +0000 (13:47 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Tue, 20 Sep 2016 20:53:29 +0000 (13:53 -0700)
commit6a5f4337df0cc9faad63b1e02753e8c6d98655c5
tree0e690428895c7aecdc932bb6c67c6841acf28ee2
parentc821d1297ed95adc94c1ad38856dd0f0a3ef300a
Draft prototype of hazard pointers C++ template library

Summary: Make draft of hazard pointers prototype public

Reviewed By: djwatson

Differential Revision: D3870280

fbshipit-source-id: e029efa336585055f67687059e10ae11766f8d7f
folly/experimental/hazptr/debug.h [new file with mode: 0644]
folly/experimental/hazptr/example/LockFreeLIFO.h [new file with mode: 0644]
folly/experimental/hazptr/example/SWMRList.h [new file with mode: 0644]
folly/experimental/hazptr/example/WideCAS.h [new file with mode: 0644]
folly/experimental/hazptr/hazptr-impl.h [new file with mode: 0644]
folly/experimental/hazptr/hazptr.h [new file with mode: 0644]
folly/experimental/hazptr/memory_resource.h [new file with mode: 0644]
folly/experimental/hazptr/test/HazptrTest.cpp [new file with mode: 0644]
folly/experimental/hazptr/test/HazptrUse1.h [new file with mode: 0644]
folly/experimental/hazptr/test/HazptrUse2.h [new file with mode: 0644]