Lines Matching refs:sync
31 FdSync *sync; member
106 if (d->sync) { in init()
107 unref(thr, pc, d->sync); in init()
108 d->sync = 0; in init()
117 d->sync = s; in init()
120 d->sync = &fdctx.globsync; in init()
182 FdSync *s = d->sync; in FdAcquire()
193 FdSync *s = d->sync; in FdRelease()
242 unref(thr, pc, d->sync); in FdClose()
243 d->sync = 0; in FdClose()
268 init(thr, pc, newfd, ref(od->sync), write); in FdDup()
322 FdSync *s = epd->sync; in FdPollAdd()