Lines Matching refs:ThreadState
55 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
68 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
79 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
100 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
143 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
175 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
186 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
199 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
207 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
249 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
256 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup()
267 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()
275 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
282 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
289 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
296 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
303 void FdPollAdd(ThreadState *thr, uptr pc, int epfd, int fd) { in FdPollAdd()
327 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
335 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
344 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
352 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()