ruby/ext/-test-/thread/instrumentation
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
..
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb
instrumentation.c [Bug#19161] Detect thread local storage specifier 2023-04-07 13:42:48 +09:00