Move folly/LifoSem.h
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 6 Nov 2017 23:22:31 +0000 (15:22 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 6 Nov 2017 23:35:45 +0000 (15:35 -0800)
commitc593d8eda8eea90818908fce46409b970ca1f540
tree58293415e1512224af10282641be05ed609ce642
parentd6a27b28486331975bb538ddce4213301d913a1f
Move folly/LifoSem.h

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

Reviewed By: meyering

Differential Revision: D6245444

fbshipit-source-id: 14ffa012fa92b8c6aaf5900c930156894a492003
12 files changed:
CMakeLists.txt
folly/LifoSem.cpp [deleted file]
folly/LifoSem.h [deleted file]
folly/Makefile.am
folly/executors/ManualExecutor.h
folly/executors/task_queue/LifoSemMPMCQueue.h
folly/executors/task_queue/PriorityLifoSemMPMCQueue.h
folly/executors/task_queue/UnboundedBlockingQueue.h
folly/synchronization/LifoSem.cpp [new file with mode: 0644]
folly/synchronization/LifoSem.h [new file with mode: 0644]
folly/synchronization/test/LifoSemTests.cpp [new file with mode: 0644]
folly/test/LifoSemTests.cpp [deleted file]