Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1168)

Unified Diff: base/threading/thread_local_storage.h

Issue 8890003: Cleanup thread_local_storage on Windows (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/threading/thread_local_storage_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_local_storage.h
===================================================================
--- base/threading/thread_local_storage.h (revision 139374)
+++ base/threading/thread_local_storage.h (working copy)
@@ -86,19 +86,6 @@
DISALLOW_COPY_AND_ASSIGN(Slot);
};
-#if defined(OS_WIN)
- // Function called when on thread exit to call TLS
- // destructor functions. This function is used internally.
- static void ThreadExit();
-
- private:
- // Function to lazily initialize our thread local storage.
- static void **Initialize();
-
- static long tls_key_;
- static long tls_max_;
-#endif // OS_WIN
-
DISALLOW_COPY_AND_ASSIGN(ThreadLocalStorage);
};
« no previous file with comments | « no previous file | base/threading/thread_local_storage_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698