Remove pthread dependency from CacheLocality.h
Summary: For getting a thread id for hashing, std::this_thread::get_id() is just as good and also removes an unneeded pthreads dependency. This enables using MPMCQueue on Windows without pthreads as well. Reviewed By: Orvid, yfeldblum Differential Revision: D4879940 fbshipit-source-id: c4fb5eea165eb450240f94904aa26a10aa394d1b
Showing
Please register or sign in to comment