This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Fix the value of PTHREAD_MUTEX_RECURSIVE for OS X and FreeBSD
ClosedPublic

Authored by kubamracek on Jan 11 2016, 11:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek retitled this revision from to [tsan] Fix the value of PTHREAD_MUTEX_RECURSIVE for OS X and FreeBSD.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, samsonov, glider, kcc.
kubamracek added subscribers: llvm-commits, zaks.anna.
dvyukov accepted this revision.Jan 11 2016, 11:57 AM
dvyukov edited edge metadata.
This revision is now accepted and ready to land.Jan 11 2016, 11:57 AM
emaste accepted this revision.Jan 11 2016, 2:20 PM
emaste added a reviewer: emaste.

LGTM although perhaps an #error else case for not-linux/mac/freebsd is a good idea so that this is explicitly addressed for the next platform.

This revision was automatically updated to reflect the committed changes.