Non-intrusive AtomicLinkedList
authorAndrii Grynenko <andrii@fb.com>
Sat, 16 Apr 2016 02:50:46 +0000 (19:50 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Sat, 16 Apr 2016 03:05:57 +0000 (20:05 -0700)
commit71f01fb8f37708b54e32d99aa9c2200744a7ba78
treecce200ab8885a0b0ed71fd5f0f9b5ce1787097cb
parent61aa1f461c6b764410d0bfe9de22d303ac184f0e
Non-intrusive AtomicLinkedList

Summary:Renamed AtomicLinkedList to AtomicIntrusiveLinkedList.
AtomicLinkedList is a simple AtomicIntrusiveLinkedList wrapper, which handles intrusive list hook.

Reviewed By: yfeldblum

Differential Revision: D3188171

fb-gh-sync-id: 0823b04a48336d65e0a6a8cd412c75f52afe02b9
fbshipit-source-id: 0823b04a48336d65e0a6a8cd412c75f52afe02b9
folly/AtomicIntrusiveLinkedList.h [new file with mode: 0644]
folly/AtomicLinkedList.h
folly/Makefile.am
folly/experimental/fibers/Fiber.h
folly/experimental/fibers/FiberManager.h
folly/experimental/fibers/FiberManagerMap.cpp
folly/test/AtomicLinkedListTest.cpp [new file with mode: 0644]