[PATCH v1 1/2] random-bits: Factor out entropy generating function
Cristian Rodríguez
crrodriguez@opensuse.org
Thu Mar 31 11:25:10 GMT 2022
On Thu, Mar 31, 2022 at 8:17 AM Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
> There are still some discussion on which is the best strategy to handle
> fork resets and if we need per thread buffers to optimize multithread
> access.
What about giving up on this and making the state small and use thread
local storage for it ?
I believe all this complexity to handle that cases is not worth it.
More information about the Libc-alpha
mailing list