Lines Matching refs:ThreadSpecific
9454 * wtf/ThreadSpecific.h:
10130 Add ThreadSpecific for ENABLE(SINGLE_THREADED)
10133 Implement ThreadSpecific with a simple getter/setter
10137 an implementation of ThreadSpecific must be available to build WebKit.
10139 ThreadSpecific implementation.
10141 * wtf/ThreadSpecific.h:
10142 (WTF::::ThreadSpecific):
10143 (WTF::::~ThreadSpecific):
11722 * wtf/ThreadSpecific.h:
18650 [Qt] Fix wtf/ThreadSpecific.h under Qt to free thread local objects.
18656 ThreadSpecific::Data. Unlike pthread, Qt is object oriented, and does
18658 is about to close. In this patch we call the ThreadSpecific::destroy()
18659 utility function from the destructor of ThreadSpecific::Data. Moreover,
18662 This is necessary because the get() method of the ThreadSpecific
18665 * wtf/ThreadSpecific.h:
18666 (WTF::ThreadSpecific::Data::~Data):
18667 (WTF::::~ThreadSpecific):
26681 * wtf/ThreadSpecific.h: