LLVM OpenMP 22.0.0git
omp_task_red_taskloop.c File Reference
#include <stdio.h>
#include <omp.h>

Go to the source code of this file.

Macros

#define res   30

Functions

int work (int k, int l)
void bar (int i)
int foo ()
int main ()

Variables

int r

Macro Definition Documentation

◆ res

Function Documentation

◆ bar()

void bar ( int i)

Definition at line 21 of file omp_task_red_taskloop.c.

References i, r, and work().

Referenced by foo(), and main().

◆ foo()

int foo ( )

Definition at line 36 of file omp_task_red_taskloop.c.

References bar(), i, and r.

Referenced by main().

◆ main()

int main ( void )

Definition at line 55 of file omp_task_red_taskloop.c.

References foo(), r, and res.

◆ work()

int work ( int k,
int l )

Definition at line 17 of file omp_task_red_taskloop.c.

Referenced by bar().

Variable Documentation

◆ r