[openmp] [test] Use omp_testsuite.h instead of directly including pthread.h
OpenMP tests that use pthread functions include this header instead. On Unix systems, this header includes pthread.h, while it provides minimal implementations of the used pthread functions for Windows. Differential Revision: https://reviews.llvm.org/D137746
Loading
Please sign in to comment