Home | History | Annotate | Download | only in wtf

Lines Matching full:windows

30 /* Thread local storage is implemented by using either pthread API or Windows
35 * @ In Windows native implementation, the destructor function will be called
50 #elif OS(WINDOWS)
51 #include <windows.h>
56 #if !USE(PTHREADS) && !PLATFORM(QT) && OS(WINDOWS)
71 #if !USE(PTHREADS) && !PLATFORM(QT) && OS(WINDOWS)
79 #if USE(PTHREADS) || PLATFORM(QT) || OS(WINDOWS)
101 #elif OS(WINDOWS)
189 #elif OS(WINDOWS)
269 #elif OS(WINDOWS)