CS350 COS
COS
|
#include <stdint.h>
#include <sys/cdefs.h>
#include <sys/wait.h>
#include <sys/syscall.h>
#include <unistd.h>
#include <errno.h>
#include <syscall.h>
Go to the source code of this file.
Functions | |
unsigned int | sleep (unsigned int seconds) |
pid_t | spawn (const char *path, const char *argv[]) |
pid_t | waitpid (pid_t pid, int *status, UNUSED int options) |
pid_t | wait (int *status) |
unsigned int sleep | ( | unsigned int | seconds | ) |
Definition at line 12 of file process.c.
pid_t spawn | ( | const char * | path, |
const char * | argv[] | ||
) |
pid_t wait | ( | int * | status | ) |
Definition at line 34 of file process.c.