Searched refs:FdSync (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 24 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 …]
|