contiki-os/contiki

can I call process_post_synch multiple times?

Opened this issue · 2 comments

mttbx commented

For example, I have process A, B and C.
Can I call process_post_synch in the following order?
1: A->B->A
2: A->B->C
I think the second scenario can cause no bug, but the first one may cause bug. I want to be sure. Am I correct?

dlech commented

In general, it should not be a problem.

mttbx commented

The A process is called twice in the first scenario. I worry this may corrupt the pt.