contiki/core/sys
2007-05-17 00:24:29 +00:00
..
arg.c
arg.h
autostart.c Debug output 2007-03-25 17:16:57 +00:00
autostart.h
cc.h
clock.h Added experimental clock_fine() function 2007-03-25 21:51:31 +00:00
dsc.h
etimer.c major bug fix: arithmetic was done incorrectly in update_time() + process already expired timers when adding timers 2006-10-09 16:05:58 +00:00
etimer.h
lc-addrlabels.h
lc-switch.h Spelling error fix 2007-03-28 19:52:50 +00:00
lc.h
loader.h
log.h
mt.c Added mt_stop() calling mtarch_stop() to allow for thread resource cleanup. 2007-04-03 18:47:21 +00:00
mt.h Added mt_stop() calling mtarch_stop() to allow for thread resource cleanup. 2007-04-03 18:47:21 +00:00
process.c corrected comment 2007-04-04 09:19:18 +00:00
process.h Documentation updates 2007-04-02 18:07:10 +00:00
procinit.c
procinit.h
pt-sem.h
pt.h Fixed the behaviour of PT_SCHEDULE() so that it returns true if a protothread is still active (yielded or waiting). Thanks to Kevin Collins for fixing. 2006-09-26 20:57:58 +00:00
rtimer.c Bugfix: should not invoke timer if timer list is empty. 2007-05-17 00:23:58 +00:00
rtimer.h Added error return value 2007-05-17 00:24:29 +00:00
service.c
service.h
subprocess.h A module that allows Contiki processes to have subprocesses. A subprocess is defined within another process and is created on the fly when needed. 2006-09-26 20:53:27 +00:00
timer.c
timer.h