Displaying 1 result from an estimated 1 matches for "ce3de56d".
2014 Jun 09
2
[LLVMdev] Multi-threading and mutexes in LLVM
On Mon, Jun 9, 2014 at 1:21 PM, David Chisnall <David.Chisnall at cl.cam.ac.uk>
wrote:
> On 9 Jun 2014, at 10:19, Kostya Serebryany <kcc at google.com> wrote:
>
> > tsan's deadlock detector (as well as helgrind and many other similar
> tools) detects lock order inversion, i.e. a situation which may potentially
> lead to a deadlock.
>
> Yes, that's what