Move folly/Baton.h to folly/synchronization/
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 6 Dec 2017 06:03:40 +0000 (22:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 6 Dec 2017 06:11:17 +0000 (22:11 -0800)
commitb3dc093ef094d6d97c10755e60392124828c5103
treeac3f36c11acbc40c1eeabcdfa73ea18d48b2dc56
parentaf89b48f87cb786cccd8b96fa07bf68307bc0e95
Move folly/Baton.h to folly/synchronization/

Summary: [Folly] Move `folly/Baton.h` to `folly/synchronization/`.

Reviewed By: phoad, Orvid

Differential Revision: D6490282

fbshipit-source-id: 66e2d25ffe3275d576b97b81c1987709000f6649
39 files changed:
CMakeLists.txt
folly/Baton.h [deleted file]
folly/Makefile.am
folly/Singleton.h
folly/executors/ThreadPoolExecutor.h
folly/executors/task_queue/test/UnboundedBlockingQueueTest.cpp
folly/executors/test/ExecutorTest.cpp
folly/executors/test/SerialExecutorTest.cpp
folly/experimental/flat_combining/FlatCombining.h
folly/experimental/flat_combining/test/FlatCombiningExamples.h
folly/experimental/observer/test/ObserverTest.cpp
folly/experimental/test/FunctionSchedulerTest.cpp
folly/experimental/test/ReadMostlySharedPtrTest.cpp
folly/experimental/test/RefCountTest.cpp
folly/fibers/GenericBaton.h
folly/futures/Future-inl.h
folly/futures/test/Benchmark.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/InterruptTest.cpp
folly/futures/test/SemiFutureTest.cpp
folly/futures/test/ViaTest.cpp
folly/futures/test/WaitTest.cpp
folly/io/async/EventBase.cpp
folly/io/async/ScopedEventBaseThread.h
folly/io/async/VirtualEventBase.h
folly/io/async/test/EventBaseThreadTest.cpp
folly/io/async/test/NotificationQueueTest.cpp
folly/io/async/test/ScopedEventBaseThreadTest.cpp
folly/synchronization/Baton.h [new file with mode: 0644]
folly/synchronization/LifoSem.h
folly/synchronization/test/BatonBenchmark.cpp [new file with mode: 0644]
folly/synchronization/test/BatonTest.cpp [new file with mode: 0644]
folly/synchronization/test/BatonTestHelpers.h [new file with mode: 0644]
folly/system/test/ThreadNameTest.cpp
folly/test/BatonBenchmark.cpp [deleted file]
folly/test/BatonTest.cpp [deleted file]
folly/test/BatonTestHelpers.h [deleted file]
folly/test/MemoryIdlerTest.cpp
folly/test/ThreadLocalTest.cpp