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

/external/chromium_org/base/threading/
H A Dthread_local_storage_win.cc24 // Each allocation is an index into our g_tls_destructors[]. Each such index is
49 g_tls_destructors[kThreadLocalStorageSize]; member in namespace:__anon4043
107 // on our allocator after we have called all g_tls_destructors. (i.e., don't
130 g_tls_destructors[slot];
173 g_tls_destructors[slot_] = destructor;
183 g_tls_destructors[slot_] = NULL;

Completed in 87 milliseconds