Fix another TSAN lock inversion in folly::RequestContext
Summary: TSAN complains about a lock inversion between folly/io/async/Request.cpp lines 242 and 277. The code as 242 was changed to use folly::acquireLocked() in D9797715, but the code at 277 needs to be changed in the same way (except for requesting a write lock on the child) Reviewed By: kennyyu Differential Revision: D10251470 fbshipit-source-id: c476a3664bfe83edbddbd402cf568eac885b9123
Showing
Please register or sign in to comment