Searched refs:FdSync (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 26 struct FdSync { struct 31 FdSync *sync; 43 FdSync globsync; 44 FdSync filesync; 45 FdSync socksync; 56 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() 57 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync() 63 static FdSync *ref(FdSync *s) { in ref() 69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() 101 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() [all …]
|