It seems to me that WTF_USE_PTHREADS can be defined with the following simple rule in Platform.h: #if OS(UNIX) #define WTF_USE_PTHREADS 1 #endif Currently we have various other means (at last count 8 - some in port specific build systems) to enable WTF_USE_PTHREADS for the various build configurations.
Created attachment 186260 [details] cleanup
Comment on attachment 186260 [details] cleanup Attachment 186260 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16346687
Comment on attachment 186260 [details] cleanup Attachment 186260 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16346711
(In reply to comment #3) > (From update of attachment 186260 [details]) > Attachment 186260 [details] did not pass win-ews (win): > Output: http://queues.webkit.org/results/16346711 This seems to be an unrelated failure, removing cq-.
Comment on attachment 186260 [details] cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=186260&action=review > Source/WTF/wtf/Platform.h:668 > +#if OS(UNIX) > #define WTF_USE_PTHREADS 1 > #endif Instead, consolidate the OS(UNIX) section. Remove this one and move WTF_USE_PTHREADS to the existing section.
Created attachment 187481 [details] for cq
Comment on attachment 187481 [details] for cq Clearing flags on attachment: 187481 Committed r142417: <http://trac.webkit.org/changeset/142417>
All reviewed patches have been landed. Closing bug.