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

/external/chromium/base/
H A Dthread_local_storage_win.cc22 // tls_max_ is the high-water-mark of allocated thread local storage.
25 long ThreadLocalStorage::tls_max_ = 1; member in class:ThreadLocalStorage
67 slot_ = InterlockedIncrement(&tls_max_) - 1;
112 for (int slot = 0; slot < tls_max_; slot++) {
H A Dthread_local_storage.h83 static long tls_max_; member in class:ThreadLocalStorage

Completed in 34 milliseconds