This is an archive of the discontinued LLVM Phabricator instance.

thread_support: split out {,non-}recursive mutex
ClosedPublic

Authored by compnerd on Jan 4 2017, 6:28 PM.

Details

Summary

Split out the recursive and non-recursive mutex. This split is needed
for platforms which may use differing types for the two mutex (e.g.
Win32 threads).

Diff Detail

Repository
rL LLVM

Event Timeline

compnerd updated this revision to Diff 83172.Jan 4 2017, 6:28 PM
compnerd retitled this revision from to thread_support: split out {,non-}recursive mutex.
compnerd updated this object.
compnerd added reviewers: EricWF, mclow.lists.
compnerd set the repository for this revision to rL LLVM.
compnerd added a subscriber: smeenai.

Adding cfe-commits as a subscriber after diff creation won't send the email out AFAIK. You'll have to re-upload the patch.

EricWF accepted this revision.Jan 4 2017, 7:49 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Jan 4 2017, 7:49 PM
compnerd closed this revision.Jan 5 2017, 10:05 AM

SVN r291145