Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:threading

309         * wtf/Threading.h:
470 and fix wtf/Threading.h to cover all these cases some day.
532 Fix compilation without multi-threading support.
718 * wtf/Threading.h: Add a threadName argument to createThread.
830 On wx/Win, including windows.h in Threading.h causes multiply-defined symbol errors
835 * wtf/Threading.h:
1363 Support for OpenBSD, mostly threading and libm tweaks.
4360 * wtf/Threading.h:
7762 Re-landing an independent part of a previously rolled out threading patch.
7890 Fix JSClassCreate to work with old JSCore API threading model.
15891 Roll out recent threading changes (r32807, r32810, r32819, r32822) to simplify
16426 * wtf/Threading.h:
16430 Darwin, even if threading was initialized from a secondary thread.
16911 Fix run-webkit-tests --threading
17288 Bug 15940: Implement threading API for Qt
17605 * wtf/Threading.h:
17684 (KJS::Profiler::sharedProfiler): Return global singleton (may change due to multi-threading concerns)
18255 * wtf/Threading.h: Declare the new function.
18339 (KJS::mathProtoFuncRandom): If threading is enabled, rely on initializeThreading to call
18342 * wtf/Threading.h:
18352 headers in Threading.h.
18422 Initialize threading at KJS level, if enabled.
18438 * wtf/Threading.h: Removed a using directive for WTF::initializeThreading - it is only
19528 * wtf/Threading.h:
19579 * wtf/Threading.h:
20071 Move basic threading support from WebCore to WTF.
20084 * wtf/Threading.h: Copied from WebCore/platform/Threading.h.
30783 Bug 15575: [GTK] Implement threading using GThread