summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGByteCodeParser.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-16 14:51:45 +0200
commitdf5ddc896980b193e6c1d2c3c148c65eabd94ca7 (patch)
tree93d0aec2f768abfc867a59d31deeb17003dd1438 /Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
parent4e6b3a206fa4ad8bb0b664f7674c9a70376d6e26 (diff)
downloadqtwebkit-df5ddc896980b193e6c1d2c3c148c65eabd94ca7.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/dfg/DFGByteCodeParser.cpp')
0 files changed, 0 insertions, 0 deletions