Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dthread_local_storage_perftest.cc244 thread_local intptr_t thread_local_variable; in TEST_F() local
246 auto read = [&]() { return thread_local_variable; }; in TEST_F()
248 reinterpret_cast<volatile intptr_t*>(&thread_local_variable)[0] = value; in TEST_F()