Lines Matching full:threadstate
50 static FdSync *allocsync(ThreadState *thr, uptr pc) {
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) {
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) {
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s,
128 void FdOnFork(ThreadState *thr, uptr pc) {
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) {
171 void FdRelease(ThreadState *thr, uptr pc, int fd) {
182 void FdAccess(ThreadState *thr, uptr pc, int fd) {
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) {
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) {
225 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) {
236 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) {
244 void FdEventCreate(ThreadState *thr, uptr pc, int fd) {
251 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) {
258 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) {
265 void FdPollCreate(ThreadState *thr, uptr pc, int fd) {
272 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) {
280 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) {
289 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) {
297 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) {