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

/external/chromium_org/base/threading/
H A Dthread_local_storage_win.cc23 // g_last_used_tls_key is the high-water-mark of allocated thread local storage.
29 // g_last_used_tls_key, so that the first issued index will be 1.
30 long g_last_used_tls_key = 0; member in namespace:__anon4043
125 for (int slot = g_last_used_tls_key; slot > 0; --slot) {
165 slot_ = InterlockedIncrement(&g_last_used_tls_key);

Completed in 260 milliseconds