LLVM OpenMP 20.0.0git
Functions
omp_taskwait.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_taskwait ()
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 67 of file omp_taskwait.c.

References i, REPETITIONS, and test_omp_taskwait().

◆ test_omp_taskwait()

int test_omp_taskwait ( )

Definition at line 11 of file omp_taskwait.c.

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

Referenced by main().