|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
Go to the source code of this file.
Typedefs | |
| typedef unsigned long | size_t |
| typedef long | pid_t |
Functions | |
| ssize_t | write (int fd, const void *buf, size_t count) |
| ssize_t | read (int fd, void *buf, size_t count) |
| int | open (const char *path) |
| int | close (int fd) |
| void | exit (int code) __attribute__((noreturn)) |
| pid_t | fork (void) |
| int | exec (const char *path) |
| pid_t | _libc_wait (int *status) |
| static pid_t | wait (int *status) |
| pid_t | waitpid (pid_t pid, int *status, int options) |
| typedef long pid_t |
| typedef unsigned long size_t |
| pid_t _libc_wait | ( | int * | status | ) |


| int close | ( | int | fd | ) |


| int exec | ( | const char * | path | ) |

| void exit | ( | int | code | ) |

| pid_t fork | ( | void | ) |


| int open | ( | const char * | path | ) |



|
inlinestatic |


