Re: [PATCH] rtems: Use allocator mutex for timer server

2021-05-04 Thread Sebastian Huber
On 04/05/2021 08:39, Gedare Bloom wrote: ok. It seems like it was a bit of a misuse of the _Once interface to directly access its lock mechanism. Does this now make the only use of _Once_Lock inside of _Once? Maybe, _Once_Lock/Unlock should not be exposed (change to static in once.c)? Yes,

Re: [PATCH] rtems: Use allocator mutex for timer server

2021-05-04 Thread Gedare Bloom
ok. It seems like it was a bit of a misuse of the _Once interface to directly access its lock mechanism. Does this now make the only use of _Once_Lock inside of _Once? Maybe, _Once_Lock/Unlock should not be exposed (change to static in once.c)? On Sun, May 2, 2021 at 11:00 PM Sebastian Huber