LLVM OpenMP 19.0.0git
Functions
test-touch.c File Reference

Go to the source code of this file.

Functions

double omp_get_wtime ()
 
int omp_get_num_threads ()
 
int omp_get_max_threads ()
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 21 of file test-touch.c.

References omp_get_max_threads(), omp_get_num_threads(), and omp_get_wtime().

◆ omp_get_max_threads()

int omp_get_max_threads ( )

◆ omp_get_num_threads()

int omp_get_num_threads ( )

◆ omp_get_wtime()

double omp_get_wtime ( )

Referenced by main().