#include <xinu.h>
Go to the source code of this file.
Macros | |
#define | MAXSECONDS 2147483 /* Max seconds per 32-bit msec */ |
Functions | |
syscall | sleep (int32 delay) |
syscall | sleepms (int32 delay) |
#define MAXSECONDS 2147483 /* Max seconds per 32-bit msec */ |
Definition at line 11 of file sleep.c.
References MAXSECONDS, OK, sleepms(), and SYSERR.
Referenced by xsh_sleep().
Definition at line 26 of file sleep.c.
References currpid, disable(), insertd(), OK, PR_SLEEP, proctab, procent::prstate, resched(), restore(), sleepq, SYSERR, and yield().
Referenced by main(), and sleep().