Home | History | Annotate | Download | only in rtl

Lines Matching refs:ThreadState

57 static void unref(ThreadState *thr, uptr pc, FdSync *s) {
71 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) {
89 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) {
117 void FdOnFork(ThreadState *thr, uptr pc) {
149 void FdAcquire(ThreadState *thr, uptr pc, int fd) {
158 void FdRelease(ThreadState *thr, uptr pc, int fd) {
167 void FdAccess(ThreadState *thr, uptr pc, int fd) {
173 void FdClose(ThreadState *thr, uptr pc, int fd) {
187 void FdFileCreate(ThreadState *thr, uptr pc, int fd) {
192 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) {
201 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) {
209 void FdEventCreate(ThreadState *thr, uptr pc, int fd) {
214 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) {
219 void FdInotifyCreate(ThreadState *thr, uptr pc, int fd) {
224 void FdPollCreate(ThreadState *thr, uptr pc, int fd) {
229 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) {
235 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) {
242 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) {
248 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) {