Lines Matching refs:FdSync
26 struct FdSync { struct
31 FdSync *sync;
42 FdSync globsync;
43 FdSync filesync;
44 FdSync socksync;
55 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
56 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), in allocsync()
62 static FdSync *ref(FdSync *s) { in ref()
68 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
100 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
110 reinterpret_cast<FdSync *>( in init()
179 FdSync *s = d->sync; in FdAcquire()
190 FdSync *s = d->sync; in FdRelease()
242 reinterpret_cast<FdSync *>( in FdClose()
269 FdSync *s = allocsync(thr, pc); in FdPipeCreate()
318 FdSync *s = epd->sync; in FdPollAdd()