On Mon, 2006-08-21 at 16:11 -0400, Paul Ianna wrote: > Hi All, > > I think I know the answer but I wanted to hear from the expert(s) just > to error on the side of caution. > > (Speaking from a native API perspective) If I have a single rt_queue > and several rt_tasks (of varying priority and/or periodicity, > asynchronicity) that want to send to that queue, do I need to have > explicit mutual exclusion protection on the queue for send operations, > etc.?
No. The queue management services already handle serialization as needed. > > Thanks in advance, > Paul Ianna > > _______________________________________________ > Xenomai-help mailing list > [email protected] > https://mail.gna.org/listinfo/xenomai-help -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
