"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "445b91a04103c0fd88055e8ec878390ce9c31d71"
[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
Loading
Please register or sign in to comment