summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tsan/rtl/tsan_fd.cpp
AgeCommit message (Expand)Author
2022-08-22[tsan] Keep thread/stack for closed FDVitaly Buka
2022-08-19Revert "[tsan] Keep thread/stack for closed FD"David Blaikie
2022-08-18[tsan] Keep thread/stack for closed FDVitaly Buka
2022-04-27tsan: avoid false positives related to epollDmitry Vyukov
2022-03-10tsan: fix another false positive related to open/closeDmitry Vyukov
2022-03-08tsan: fix false positive during fd closeDmitry Vyukov
2021-12-21tsan: always handle closing of file descriptorsDmitry Vyukov
2021-08-03tsan: new MemoryAccess interfaceDmitry Vyukov
2021-07-31tsan: introduce Tid and StackID typedefsDmitry Vyukov
2019-09-11Remove NOLINTs from compiler-rtVitaly Buka
2019-08-01compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber