Fix TIMED_SYNCHRONIZED_CONST bug
Summary: TIMED_SYNCHRONIZED_CONST is acquiring a read-write lock but releasing a shared lock. Chaos ensues. @override-unit-failures Test Plan: Add unit test, test times out before fix, passes after fix. Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D1251518 Blame Revision: D327492
Showing
Please register or sign in to comment