mirror of https://git.musl-libc.org/git/musl
Browse Source
prior to version 1.1.0, the difference between pthread_self (the public function) and __pthread_self (the internal macro or inline function) was that the former would lazily initialize the thread pointer if it was not already initialized, whereas the latter would crash in this case. since lazy initialization is no longer supported, use of pthread_self no longer makes sense; it simply generates larger, slower code.master
11 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue