Extend futex to work with non-standard widths
Summary: Contains a subset of the functions described in p1135r0, with some additions for timed waiting that essentially extends the futex interface to work with non-standard futex widths In the regular 32 bit case, we fall back to the existing folly futex() implementation. In all other cases, we use folly::ParkingLot to mimic futex() Reviewed By: djwatson Differential Revision: D9381922 fbshipit-source-id: faf84e105e1d44a6dd6034e25440fcb3eb664846
Showing
Please register or sign in to comment