#include <thread.h>
Definition at line 35 of file thread.h.
Data Fields | |
| uInt32 | o_files [64] |
| int | td_retval [2] |
| char * | vm_daddr |
| int32_t | vm_dsize |
| int thread::td_retval[2] |
Definition at line 36 of file thread.h.
Referenced by close(), fcntl(), getdtablesize(), getgid(), getpid(), getuid(), ioctl(), kern_sysctl(), mmap(), pipe(), readlink(), and syscall().
| char* thread::vm_daddr |
Definition at line 38 of file thread.h.
Referenced by execFile(), obreak(), sysExec(), vmm_pageFault(), and vmmGetFreeVirtualPage().
Definition at line 39 of file thread.h.
Referenced by obreak(), sysExec(), vmm_pageFault(), and vmmGetFreeVirtualPage().
1.4.7