Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:pthreads

9509         [wx] Build fix for MSW, use ThreadingWin.cpp as the Windows pthreads implementation
13006 Allow WTFs concept of the main thread to differ from pthreads when necessary.
16005 Adds ability to disable ReadWriteLock on platforms (eg Android) that use pthreads but do not support pthread_rwlock.
16008 * wtf/Platform.h: Modified. Defines HAVE_PTHREAD_RWLOCK for all platforms currently using pthreads.