Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp26 struct FdSync { struct
31 FdSync *sync;
42 FdSync globsync;
43 FdSync filesync;
44 FdSync socksync;
56 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync()
62 static FdSync *ref(FdSync *s) { in ref()
179 FdSync *s = d->sync; in FdAcquire()
190 FdSync *s = d->sync; in FdRelease()
269 FdSync *s = allocsync(thr, pc); in FdPipeCreate()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A 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()
164 FdSync *s = d->sync; in FdAcquire()
175 FdSync *s = d->sync; in FdRelease()
[all …]