Home | History | Annotate | Download | only in rtl

Lines Matching refs:sync

29   FdSync *sync;
99 if (d->sync) {
100 unref(thr, pc, d->sync);
101 d->sync = 0;
106 d->sync = s;
109 d->sync = &fdctx.globsync;
164 FdSync *s = d->sync;
175 FdSync *s = d->sync;
212 unref(thr, pc, d->sync);
213 d->sync = 0;
233 init(thr, pc, newfd, ref(od->sync), write);