mt.h File Reference

Header file for the preemptive multitasking library for Contiki. More...

#include "contiki.h"
#include "mtarch.h"

Go to the source code of this file.

Defines

#define MT_OK   1
 No error.

Functions

void mtarch_init (void)
 Initialize the architecture specific support functions for the multi-thread library.
void mtarch_remove (void)
 Uninstall library and clean up.
void mtarch_start (struct mtarch_thread *thread, void(*function)(void *data), void *data)
 Setup the stack frame for a thread that is being started.
void mtarch_exec (struct mtarch_thread *thread)
 Start executing a thread.
void mtarch_yield (void)
 Yield the processor.
void mtarch_stop (struct mtarch_thread *thread)
 Clean up the stack of a thread.
void mt_init (void)
 Initializes the multithreading library.
void mt_remove (void)
 Uninstalls library and cleans up.
void mt_start (struct mt_thread *thread, void(*function)(void *), void *data)
 Starts a multithreading thread.
void mt_exec (struct mt_thread *thread)
 Execute parts of a thread.
void mt_yield (void)
 Voluntarily give up the processor.
void mt_exit (void)
 Exit a thread.
void mt_stop (struct mt_thread *thread)
 Stop a thread.

Detailed Description

Header file for the preemptive multitasking library for Contiki.

Author:
Adam Dunkels <adam@sics.se>

Definition in file mt.h.


Generated on Mon Apr 11 14:23:47 2011 for Contiki 2.5 by  doxygen 1.6.1