Re: RTEMS Chain API and SMP

2014-03-12 Thread Chris Johns
On 8/03/2014 3:45 am, Gedare Bloom wrote: This will make the protected Chain API stuck (for now, possibly forever) with coarse-grained locks, Yeap. but users can define their own fine-grained locking implementations of chains using unprotected chain API calls? Working is the first thing the

Re: RTEMS Chain API and SMP

2014-03-07 Thread Gedare Bloom
This will make the protected Chain API stuck (for now, possibly forever) with coarse-grained locks, but users can define their own fine-grained locking implementations of chains using unprotected chain API calls? I think this is acceptable. Gedare On Fri, Mar 7, 2014 at 11:12 AM, Sebastian Huber