Lines Matching defs:fd
51 static bool bogusfd(int fd) { in bogusfd()
80 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
101 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { in FdLocation()
178 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
189 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
202 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
210 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
253 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
279 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
286 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
293 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
300 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
307 void FdPollAdd(ThreadState *thr, uptr pc, int epfd, int fd) { in FdPollAdd()
331 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
339 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
348 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
356 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()