• Home
  • Raw
  • Download

Lines Matching defs:pc

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()
128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
225 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { in FdDup()
236 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) { in FdPipeCreate()
244 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate()
251 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate()
258 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) { in FdInotifyCreate()
265 void FdPollCreate(ThreadState *thr, uptr pc, int fd) { in FdPollCreate()
272 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate()
280 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept()
289 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting()
297 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect()