move CallOnce to synchronization/
authorJames Sedgwick <jsedgwick@fb.com>
Thu, 19 Oct 2017 21:08:04 +0000 (14:08 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Oct 2017 21:20:30 +0000 (14:20 -0700)
commit18172db622389a6401ce731cc25a0870baa816fa
tree91ceaf61f17969ef16e87f58cf3399616bc01982
parent084ff8d9934675912ee1af8687611eb34a630579
move CallOnce to synchronization/

Summary: as above

Reviewed By: knekritz

Differential Revision: D6088687

fbshipit-source-id: 0efbb7f5fa33b5f553c0c2019658370fc6e8613f
CMakeLists.txt
folly/CallOnce.h [deleted file]
folly/Makefile.am
folly/Random.cpp
folly/io/async/EventBase.h
folly/synchronization/CallOnce.h [new file with mode: 0644]
folly/synchronization/test/CallOnceBenchmark.cpp [new file with mode: 0644]
folly/synchronization/test/CallOnceTest.cpp [new file with mode: 0644]
folly/test/CallOnceBenchmark.cpp [deleted file]
folly/test/CallOnceTest.cpp [deleted file]