Currently, os_id of the main thread contains the PID instead of a thread ID. Let's fix this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29106
[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
Event TimelineThis revision is now accepted and ready to land.Jan 25 2017, 2:28 AM Closed by commit rL293201: [tsan] Fix os_id of main thread (authored by kuba.brecka). · Explain WhyJan 26 2017, 11:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 85944 compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.cc
compiler-rt/trunk/test/tsan/Darwin/main_tid.mm
|