3 //===----------------------------------------------------------------------===//
5 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // See https://llvm.org/LICENSE.txt for license information.
7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 //===----------------------------------------------------------------------===//
14 extern double omp_get_wtime();
15 extern int omp_get_num_threads();
16 extern int omp_get_max_threads();
23 omp_get_num_threads();
24 omp_get_max_threads();