diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-20 13:02:56 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-06-20 13:02:56 +0200 |
commit | d0b6f995ba664e00da722232b71de8a0dca6e625 (patch) | |
tree | c2c3d1571df8cf5b2538f78ba1a547bc0a7b1c9c /Source/JavaScriptCore/API/JSBase.h | |
parent | 49233e234e5c787396cadb2cea33b31ae0cd65c1 (diff) | |
download | qtwebkit-d0b6f995ba664e00da722232b71de8a0dca6e625.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/API/JSBase.h')
0 files changed, 0 insertions, 0 deletions