Home
last modified time | relevance | path

Searched refs:FdSync (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc24 struct FdSync { struct
29 FdSync *sync;
37 FdSync globsync;
38 FdSync filesync;
39 FdSync socksync;
50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
51 FdSync *s = (FdSync*)user_alloc(thr, pc, sizeof(FdSync), kDefaultAlignment, in allocsync()
57 static FdSync *ref(FdSync *s) { in ref()
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
[all …]
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cpp23 struct FdSync { struct
28 FdSync *sync;
36 FdSync globsync;
37 FdSync filesync;
38 FdSync socksync;
49 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
50 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync()
56 static FdSync *ref(FdSync *s) { in ref()
62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
[all …]