Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
77330179d0c0fe876f3b89fca9a23c4504b1e692
/
lib
/
tsan
/
rtl
/
tsan_fd.cc
7733017
[TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds.
by Alexey Samsonov
· 12 years ago
334553e
tsan: detect races between plain and atomic memory accesses
by Dmitry Vyukov
· 12 years ago
a597258
tsan: detect races on fd passed to epoll_ctl
by Dmitry Vyukov
· 12 years ago
4554b7a
tsan: intercept fork() to prevent false race reports on fd's
by Dmitry Vyukov
· 12 years ago
45d4324
tsan: add signalfd() and inotify_init() interceptors
by Dmitry Vyukov
· 12 years ago
e3178e8
tsan: add io_sync flag that controls amount of IO synchronization
by Dmitry Vyukov
· 12 years ago
c2234cd
tsan: describe "file descriptor" location
by Dmitry Vyukov
· 12 years ago
ed513f6
tsan: synchronize connect->accept calls
by Dmitry Vyukov
· 12 years ago
fb8ca81
tsan: add missing files
by Dmitry Vyukov
· 12 years ago