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-27 09:29:09 +0200 |
commit | 2462a2d1200727c8a72e84faa6004ed2d62868b6 (patch) | |
tree | 1e5d2fe854ece45e8a77edbf19ced7b502ac02c4 /Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp | |
parent | 6668b07fcd51f86be243b9e08e667224e30c0cf8 (diff) | |
download | qtwebkit-2462a2d1200727c8a72e84faa6004ed2d62868b6.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/assembler/MacroAssemblerARM.cpp')
0 files changed, 0 insertions, 0 deletions