darktable-org/rawspeed
cmake/Modules/thread-local.cmake
:3
CHECK_CXX_SOURCE_COMPILES("
static thread_local int tls;
int main(void)
{
(void)tls;
return 0;
}" HAVE_CXX_THREAD_LOCAL)