This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Replace POSIX semaphores with pthread condition variables in vptr_benign_race.cc
ClosedPublic

Authored by kubamracek on Nov 20 2015, 2:53 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 40755.Nov 20 2015, 2:53 AM
kubamracek retitled this revision from to [tsan] Replace POSIX semaphores with pthread condition variables in vptr_benign_race.cc.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, kcc, glider, samsonov.
dvyukov accepted this revision.Nov 20 2015, 5:39 AM
dvyukov edited edge metadata.

LGTM with a nit

test/tsan/vptr_benign_race.cc
3 ↗(On Diff #40755)

remove this include

This revision is now accepted and ready to land.Nov 20 2015, 5:39 AM
This revision was automatically updated to reflect the committed changes.