Lines Matching full:pthreads
467 Try to clean up our usage of USE(MULTIPLE_THREADS) vs. USE(PTHREADS) a little.
468 It looks like JSC assumes that if MULTIPLE_THREADS is defined, then pthreads will always be available
1717 * JavaScriptCore.vcproj/jsc/jsc.vcproj: Added include/pthreads to the
17306 0 on success (to match the pthreads implementation).
17859 Only implemented for platforms that use pthreads.
17927 (WTF::wtfThreadEntryPoint): Make sure to end all WTF threads with pthread_exit(), to give pthreads-win32 a chance to call
20088 * wtf/ThreadingPthreads.cpp: Copied from WebCore/platform/pthreads/ThreadingPthreads.cpp.
30785 * wtf/Platform.h: Do not enable pthreads for Gtk.
30866 * wtf/Platform.h: Have Gtk use pthreads for now.