llvm-project/compiler-rt
Kuba Brecka c54b108cf8 [tsan] Synchronize leaving a GCD group with notifications
In the patch that introduced support for GCD barrier blocks, I removed releasing a group when leaving it (in dispatch_group_leave). However, this is necessary to synchronize leaving a group and a notification callback (dispatch_group_notify). Adding this back, simplifying dispatch_group_notify_f and adding a test case.

Differential Revision: http://reviews.llvm.org/D21927

llvm-svn: 274549
2016-07-05 13:48:54 +00:00
..
cmake [CMake] In r273957, I deleted a line that shouldn't have been removed. 2016-06-28 16:30:23 +00:00
include
lib [tsan] Synchronize leaving a GCD group with notifications 2016-07-05 13:48:54 +00:00
make
test [tsan] Synchronize leaving a GCD group with notifications 2016-07-05 13:48:54 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt [CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmake 2016-06-27 22:52:05 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================