Home
last modified time | relevance | path

Searched refs:thread_local_variable (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/threading/
Dthread_local_storage_perftest.cc243 thread_local intptr_t thread_local_variable; in TEST_F() local
245 auto read = [&]() { return thread_local_variable; }; in TEST_F()
247 reinterpret_cast<volatile intptr_t*>(&thread_local_variable)[0] = value; in TEST_F()