#include <cubeos.h>
#include <sys_var.h>
#include <ptimer.h>
#include <schedule.h>
#include <list.h>
Include dependency graph for sleep.c:
Go to the source code of this file.
Functions | |
int | KERN_psleep (unsigned int howlong) |
int | KERN_ssleep (unsigned int howlong) |
int | KERN_usleep (unsigned int howlong) |
Definition in file sleep.c.
|
Definition at line 31 of file sleep.c. References disable, enable, getpid, KERN_suspend, LIST_entries, LIST_head, LIST_insert_after, LIST_insert_before, LIST_insert_head, process::me, process::next, and process::time_delta. |
|
|
|
Definition at line 116 of file sleep.c. References disable, enable, and TICKS_PER_SECOND. |