Searched refs:tls_max_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dthread_local_storage_win.cc24 // 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++) {
H A Dthread_local_storage.h87 static long tls_max_; member in class:base::ThreadLocalStorage

Completed in 70 milliseconds