This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-24 11:34:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
sys
History
bg-
58bbd0b4da
* Don't include signal.h.
2007-01-24 16:07:20 +00:00
..
arg.c
…
arg.h
…
autostart.c
…
autostart.h
…
cc.h
…
clock.h
…
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
…
lc.h
…
loader.h
…
log.h
…
mt.c
Commented out unused functionality: the ability to create a process running a thread was never used. With the new code, only running 'bare' threads is supported. If support for creating processes with a thread is needed, it may be reneabled later but currently there doesn't seem to be a need for it
2006-09-26 20:59:51 +00:00
mt.h
Commented out unused functionality: the ability to create a process running a thread was never used. With the new code, only running 'bare' threads is supported. If support for creating processes with a thread is needed, it may be reneabled later but currently there doesn't seem to be a need for it
2006-09-26 20:59:51 +00:00
process.c
* Don't include signal.h.
2007-01-24 16:07:20 +00:00
process.h
Added PROCESS_PT_SPAWN, PROCESS_WAIT_UNTIL
2006-10-09 11:54:29 +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
service.c
…
service.h
…
subprocess.h
…
timer.c
…
timer.h
…