• Home
  • Raw
  • Download

Lines Matching refs:ThreadState

50 static FdSync *allocsync(ThreadState *thr, uptr pc) {  in allocsync()
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { in init()
122 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
154 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
165 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
176 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
184 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose()
200 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
207 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) { in FdDup()
218 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()
226 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
233 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
240 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
247 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
254 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
262 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
271 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
279 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()