Searched defs:PlatformThreadSpecificKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSpecificWin.cpp33 static DoublyLinkedList<PlatformThreadSpecificKey>& destructorsList()
35 DEFINE_STATIC_LOCAL(DoublyLinkedList<PlatformThreadSpecificKey>, staticList, ());
45 class PlatformThreadSpecificKey : public DoublyLinkedListNode<PlatformThreadSpecificKey> { class in namespace:WTF
47 friend class DoublyLinkedListNode<PlatformThreadSpecificKey>;
49 PlatformThreadSpecificKey(void (*destructor)(void *)) function in class:WTF::PlatformThreadSpecificKey
57 ~PlatformThreadSpecificKey()
74 PlatformThreadSpecificKey* m_prev;
75 PlatformThreadSpecificKey* m_next;
92 *key = new PlatformThreadSpecificKey(destructo
[all...]

Completed in 58 milliseconds