Home | History | Annotate | Download | only in test

Lines Matching refs:ThreadLocal

152 using testing::internal::ThreadLocal;
5457 ThreadLocal<int> t1;
5460 ThreadLocal<void*> t2;
5465 ThreadLocal<int> t1(123);
5469 ThreadLocal<int*> t2(&i);