Lines Matching defs:init
90 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) {
190 init(thr, pc, fd, &fdctx.filesync);
199 init(thr, pc, newfd, ref(od->sync));
205 init(thr, pc, rfd, ref(s));
206 init(thr, pc, wfd, ref(s));
212 init(thr, pc, fd, allocsync());
217 init(thr, pc, fd, 0);
222 init(thr, pc, fd, 0);
227 init(thr, pc, fd, allocsync());
233 init(thr, pc, fd, &fdctx.socksync);
240 init(thr, pc, newfd, &fdctx.socksync);
251 init(thr, pc, fd, &fdctx.socksync);