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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp33 static DoublyLinkedList<PlatformThreadSpecificKey>& destructorsList() function in namespace:WTF
95 destructorsList().push(*key);
101 destructorsList().remove(key);
125 PlatformThreadSpecificKey* key = destructorsList().head();

Completed in 51 milliseconds