Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/kernel/sleep.c File Reference

#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)


Detailed Description

Definition in file sleep.c.


Function Documentation

int KERN_psleep unsigned int    howlong
 

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.

int KERN_ssleep unsigned int    howlong
 

Definition at line 91 of file sleep.c.

References disable, and enable.

int KERN_usleep unsigned int    howlong
 

Definition at line 116 of file sleep.c.

References disable, enable, and TICKS_PER_SECOND.


Generated on Thu Feb 20 15:38:54 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002