summaryrefslogtreecommitdiff
path: root/test/tsan/thread_exit.c
Commit message (Collapse)AuthorAgeFilesLines
* [tsan] Remove debug logging and disable test on ppc64beVitaly Buka2019-02-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353624 91177308-0d34-0410-b5e6-96231b3b80d8
* [tsan] Remove debug logging and disable test on ppc64beVitaly Buka2019-02-091-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353623 91177308-0d34-0410-b5e6-96231b3b80d8
* [tsan] Debug failing test on PPC botVitaly Buka2019-02-091-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353617 91177308-0d34-0410-b5e6-96231b3b80d8
* tsan: Implement pthread_exit() interceptor for Thread sanitizerDmitry Vyukov2019-02-071-0/+25
This change is preparation for fiber support. Author: yuri (Yuri Per) Reviewed in: https://reviews.llvm.org/D57876 Context: https://reviews.llvm.org/D54889 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353385 91177308-0d34-0410-b5e6-96231b3b80d8