Hardy
b3f2bba3ec
Removed some unnecessary statics in do_event() and process_post().
...
This allows the optimizer to put the corresponding variables into registers.
See also discussion about other static variables:
https://sourceforge.net/p/contiki/mailman/message/35010460/
2016-04-13 18:12:47 +02:00
George Oikonomou
e596d5104d
Fix minor typos
2015-02-15 20:11:11 +01:00
Roy Scheefhals
1058ea986a
Changed the parameter 'char * data' of process_start to the
...
type process_data_t. This was an artifact when the choice was
made to use the void * type for the data parameter in processes.
Changed parameter 'void * data' of process_post_synch to
process_data_t for consistency.
Checked all the uses of process_start() in contiki and fixed casts
of the data parameter.
2014-06-12 13:40:28 +02:00
Adam Dunkels
944537fccf
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
2012-10-26 15:54:49 +02:00
adamdunkels
06123fefe2
Defensive programming: make sure that a process is actually running before we try to kill it.
2010-10-20 22:24:46 +00:00
dak664
b9a9e7695d
Add option to remove process name strings to save RAM
2010-09-14 18:55:04 +00:00
adamdunkels
e21c1a39d3
Removed unused code; a number of fixed by Anthony Asterisk
2010-02-02 21:13:27 +00:00
adamdunkels
bdc488c7f3
Removed PROCESS_ZOMBIE code, which does not compile with sdcc, added some optional debugging printouts
2009-02-20 21:24:17 +00:00
adamdunkels
f93a48599e
Process only one poll request at a time to avoid starvation if one process keeps calling process_poll() from its poll handler
2008-01-24 21:00:51 +00:00
adamdunkels
546efc7b61
Removed remaining debug code
2008-01-23 21:06:25 +00:00
adamdunkels
f4dd9ccd5b
Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also.
2008-01-23 15:18:06 +00:00
nifi
0abdde6197
corrected comment
2007-04-04 09:19:18 +00:00
adamdunkels
31fea520ea
Debug output
2007-03-25 17:16:57 +00:00
bg-
58bbd0b4da
* Don't include signal.h.
2007-01-24 16:07:20 +00:00
bg-
e4e3a11b8b
New function process_nevents().
2006-08-17 15:39:24 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00