Re: [rtems commit] posix: Use right thread dispatch disable function

2015-04-24 Thread Sebastian Huber
- Gedare Bloom schrieb: > Why do we have these two functions with similar names and commented to > have the same functionality? They have different commments, but yes the naming is not that brilliant. > If one is for SMP and the other for UP, > should they be unified or is there a good rea

Re: [rtems commit] posix: Use right thread dispatch disable function

2015-04-24 Thread Gedare Bloom
Why do we have these two functions with similar names and commented to have the same functionality? If one is for SMP and the other for UP, should they be unified or is there a good reason to have separate functions? On Fri, Apr 24, 2015 at 2:42 AM, Sebastian Huber wrote: > Module:rtems > Bra