mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
On Mac thread_local and __thread are not ABI compatible, in addition, thread_local comes with additional overhead, __thread seems to be the most suitable linkage to use regardless of c++/c