Lines Matching refs:ThreadLocal
750 ThreadLocal<int> t1;
753 ThreadLocal<void*> t2;
758 ThreadLocal<int> t1(123);
762 ThreadLocal<int*> t2(&i);
773 ThreadLocal<NoDefaultContructor> bar(NoDefaultContructor("foo"));
778 ThreadLocal<String> thread_local;
788 ThreadLocal<String> thread_local;
789 const ThreadLocal<String>& const_thread_local = thread_local;
898 void RetrieveThreadLocalValue(pair<ThreadLocal<String>*, String*> param) {
903 ThreadLocal<String> thread_local("foo");
937 typedef ThreadLocal<DestructorTracker>* ThreadParam;
943 // Tests that when a ThreadLocal object dies in a thread, it destroys
951 ThreadLocal<DestructorTracker> thread_local;
980 ThreadLocal<DestructorTracker> thread_local;
1006 ThreadLocal<String> thread_local;