Lines Matching refs:ThreadState
56 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
69 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
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()
145 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
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()
260 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup()
271 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()
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()