coop.c File Reference
Simple cooperative multitasking scheduler. More...
#include "proc_p.h"#include "proc.h"#include <cfg/log.h>#include <cpu/irq.h>#include <cpu/types.h>#include <cpu/attr.h>#include <cpu/frame.h>Go to the source code of this file.
Functions | |
| void | coop_yield (void) |
| Define function prototypes exported outside. | |
| void | coop_switch (void) |
| Give the control of the CPU to another process. | |
| void | coop_wakeup (Process *proc) |
| Immediately wakeup a process, dispatching it to the CPU. | |
Detailed Description
Simple cooperative multitasking scheduler.
- Version:
- Id
- coop.c 3296 2010-03-29 13:55:34Z batt
Definition in file coop.c.
Function Documentation
| void coop_switch | ( | void | ) |
