[PATCH] D60347: [TSan][libdispatch] Replace CFRunLoop with barriers, pt. 1

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 18:12:15 PDT 2019


yln updated this revision to Diff 193993.
yln added a comment.

Use dispatch_semaphore wrapped in helper functions to better express intent
in tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60347/new/

https://reviews.llvm.org/D60347

Files:
  compiler-rt/test/tsan/Darwin/dispatch_test.h
  compiler-rt/test/tsan/Darwin/gcd-after.mm
  compiler-rt/test/tsan/Darwin/gcd-async-norace.mm
  compiler-rt/test/tsan/Darwin/gcd-async-race.mm
  compiler-rt/test/tsan/Darwin/gcd-barrier-race.mm
  compiler-rt/test/tsan/Darwin/gcd-barrier.mm
  compiler-rt/test/tsan/Darwin/gcd-blocks.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60347.193993.patch
Type: text/x-patch
Size: 7837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190406/cc01d828/attachment.bin>


More information about the llvm-commits mailing list