Re: [PATCH] api: Remove deprecated task variables

2016-03-01 Thread Gedare Bloom
On Mon, Feb 29, 2016 at 10:46 PM, Aun-Ali Zaidi wrote: > Task variables were a feature of RTEMS' Tasks which functioned in the same way > as POSIX keys and TLS. > > In addition to their scarce usage they are not SMP safe. > > updates #2494. > --- This will be easier to review in chunks where possi

Re: [PATCH] api: Remove deprecated task variables

2016-02-29 Thread Sebastian Huber
Before we remove the task variables, all remaining use cases must be converted to use an alternative. On 01/03/16 04:46, Aun-Ali Zaidi wrote: Task variables were a feature of RTEMS' Tasks which functioned in the same way as POSIX keys and TLS. In addition to their scarce usage they are not SMP

[PATCH] api: Remove deprecated task variables

2016-02-29 Thread Aun-Ali Zaidi
Task variables were a feature of RTEMS' Tasks which functioned in the same way as POSIX keys and TLS. In addition to their scarce usage they are not SMP safe. updates #2494. --- c/src/ada/rtems-tasks.adb | 65 --- c/src/ada/rtems-tasks.ads | 20