Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp26 struct FdSync { struct
31 FdSync *sync;
43 FdSync globsync;
44 FdSync filesync;
45 FdSync socksync;
57 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync()
63 static FdSync *ref(FdSync *s) { in ref()
182 FdSync *s = d->sync; in FdAcquire()
193 FdSync *s = d->sync; in FdRelease()
273 FdSync *s = allocsync(thr, pc); in FdPipeCreate()
[all …]