nuke UNSYNCHRONIZED
Summary: API of `UNSYNCHRONIZED` is confusing as if you have two nested `SYNCHRONIZED` blocks, `UNSYNCHRONIZED` always unlocks the inner-most, even if you pass in the variable name used in the outer `SYNCHRONIZED` block. The macro was marked as "deprecated" in D3526489, remove it here. Reviewed By: yfeldblum Differential Revision: D4371297 fbshipit-source-id: 13ddc1ff77cb3d5045844c5ade0e95dbe2bccf6d
Showing
Please register or sign in to comment