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