HomeSort by relevance Sort by last modified time
    Searched refs:tls_max_ (Results 1 - 2 of 2) sorted by null

  /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++) {

Completed in 89 milliseconds