summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/Structure.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-06-20 13:02:56 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2012-07-18 13:59:50 +0200
commitaec3888683802e242835f38e2f64a79e48eca317 (patch)
treed5fb7b94ff806dcaee306782892cb3fc3f137225 /Source/JavaScriptCore/runtime/Structure.cpp
parent4d6084feccab99c0a7b3ecef26bb49c41dd50201 (diff)
downloadqtwebkit-aec3888683802e242835f38e2f64a79e48eca317.tar.gz
[WIN] Remove dependency on pthread from MachineStackMarker
https://bugs.webkit.org/show_bug.cgi?id=68429 Patch by Patrick Gansterer <paroga@webkit.org> on 2012-06-13 Reviewed by NOBODY (OOPS!). Implement pthread TLS functionality with native windows functions. * heap/MachineStackMarker.cpp: Use the new functions instead of pthread directly. * heap/MachineStackMarker.h: * wtf/ThreadSpecific.h: (WTF::ThreadSpecificKeyCreate): Added wrapper around pthread_key_create. (WTF::ThreadSpecificKeyDelete): Added wrapper around pthread_key_delete. (WTF::ThreadSpecificSet): Added wrapper around pthread_setspecific. (WTF::ThreadSpecificGet): Added wrapper around pthread_getspecific. * wtf/ThreadSpecificWin.cpp:
Diffstat (limited to 'Source/JavaScriptCore/runtime/Structure.cpp')
0 files changed, 0 insertions, 0 deletions