Home | Sort by relevance Sort by last modified time |
/external/chromium/base/threading/ | |
thread_local_storage.h | 87 static long tls_max_; member in class:base::ThreadLocalStorage |
thread_local_storage_win.cc | 24 // tls_max_ is the high-water-mark of allocated thread local storage. 27 long ThreadLocalStorage::tls_max_ = 1; member in class:base::ThreadLocalStorage 70 slot_ = InterlockedIncrement(&tls_max_) - 1; 115 for (int slot = 0; slot < tls_max_; slot++) { |