Searched refs:FdSync (Results 1 – 2 of 2) sorted by relevance
26 struct FdSync { struct31 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 …]
23 struct FdSync { struct28 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 …]