This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Fix os_id of main thread
ClosedPublic

Authored by kubamracek on Jan 24 2017, 5:05 PM.

Details

Summary

Currently, os_id of the main thread contains the PID instead of a thread ID. Let's fix this.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Jan 24 2017, 5:05 PM
dvyukov accepted this revision.Jan 25 2017, 2:28 AM
This revision is now accepted and ready to land.Jan 25 2017, 2:28 AM
This revision was automatically updated to reflect the committed changes.