Searched refs:thread_local_variable (Results 1 – 1 of 1) sorted by relevance
244 thread_local intptr_t thread_local_variable; in TEST_F() local246 auto read = [&]() { return thread_local_variable; }; in TEST_F()248 reinterpret_cast<volatile intptr_t*>(&thread_local_variable)[0] = value; in TEST_F()