Lines Matching full:thread_local_tracker
1184 // the default value of objects managed by thread_local_tracker.
1185 ThreadLocal<DestructorTracker> thread_local_tracker;
1190 thread_local_tracker.get();
1196 // Now thread_local_tracker has died. It should have destroyed both the
1213 // the default value of objects managed by thread_local_tracker.
1214 ThreadLocal<DestructorTracker> thread_local_tracker;
1220 &CallThreadLocalGet, &thread_local_tracker, NULL);
1230 // Now thread_local_tracker has died. The default value should have been