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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp78 long& tlsKeyCount() function in namespace:WTF
117 for (long i = 0; i < tlsKeyCount(); i++) {
H A DThreadSpecific.h169 WTF_EXPORT long& tlsKeyCount();
188 m_index = InterlockedIncrement(&tlsKeyCount()) - 1;

Completed in 818 milliseconds