about summary refs log tree commit diff
path: root/sysdeps/pthread/pthread_early_init.h
Commit message (Collapse)AuthorAgeFilesLines
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+29
This function is called from __libc_early_init to initialize the pthread subsystem. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>