LLVM OpenMP 20.0.0git
Functions
omp_task.c File Reference
#include <stdio.h>
#include <math.h>
#include "omp_testsuite.h"
#include "omp_my_sleep.h"

Go to the source code of this file.

Functions

int test_omp_task ()
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 41 of file omp_task.c.

References i, omp_get_max_threads(), omp_set_num_threads, REPETITIONS, and test_omp_task().

◆ test_omp_task()

int test_omp_task ( )

Definition at line 7 of file omp_task.c.

References i, my_sleep(), NUM_TASKS, and SLEEPTIME.

Referenced by main().