Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Chris Johns
On 5/7/2022 2:56 pm, Sebastian Huber wrote: > On 05/07/2022 00:33, Chris Johns wrote: >> On 4/7/2022 4:08 pm, Sebastian Huber wrote: >>> On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor bas

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Sebastian Huber
On 05/07/2022 00:33, Chris Johns wrote: On 4/7/2022 4:08 pm, Sebastian Huber wrote: On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor basically executes within the context of an idle thread with

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-04 Thread Chris Johns
On 4/7/2022 4:08 pm, Sebastian Huber wrote: > On 29/06/2022 15:07, Sebastian Huber wrote: >> At some point during system initialization, the idle threads are created. >> Afterwards, the boot processor basically executes within the context of an >> idle >> thread with thread dispatching disabled. 

Re: [PATCH] score: Add _CPU_Use_thread_local_storage()

2022-07-03 Thread Sebastian Huber
On 29/06/2022 15:07, Sebastian Huber wrote: At some point during system initialization, the idle threads are created. Afterwards, the boot processor basically executes within the context of an idle thread with thread dispatching disabled. On some architectures, the thread-local storage area of t