Home | History | Annotate | Download | only in test

Lines Matching refs:ThreadLocal

175 using testing::internal::ThreadLocal;
6424 ThreadLocal<int> t1;
6427 ThreadLocal<void*> t2;
6432 ThreadLocal<int> t1(123);
6436 ThreadLocal<int*> t2(&i);