ruby/ext/-test-/thread
Nobuyoshi Nakada f99af43980 [Bug#19161] Detect thread local storage specifier
Checking by `__STDC_VERSION__` is unreliable because old gcc 4.8
supports `-std=gnu11` option but does not implement `_Thread_local`.
Check the implementation directly instead.
2023-04-07 13:42:48 +09:00
..
instrumentation [Bug#19161] Detect thread local storage specifier 2023-04-07 13:42:48 +09:00