[PATCH] D14987: [tsan] Add interceptors for Darwin-specific locking APIs

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 07:12:45 PST 2015


kubabrecka added a comment.

In http://reviews.llvm.org/D14987#301506, @dvyukov wrote:

> So please do MutexLock/MutexUnlock in a subsequent patch.  The issue with double lock is not specific to only these mutexes


OK, I'll try to extract a test case where I see the issue and then replace Acquire/Release with MutexLock/MutexUnlock.


http://reviews.llvm.org/D14987





More information about the llvm-commits mailing list