reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 FdSync *sync; 36 FdSync globsync; 37 FdSync filesync; 38 FdSync socksync; 49 static FdSync *allocsync(ThreadState *thr, uptr pc) { 50 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), 50 FdSync *s = (FdSync*)user_alloc_internal(thr, pc, sizeof(FdSync), 56 static FdSync *ref(FdSync *s) { 56 static FdSync *ref(FdSync *s) { 62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { 94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, 164 FdSync *s = d->sync; 175 FdSync *s = d->sync; 238 FdSync *s = allocsync(thr, pc);