LLVM OpenMP 20.0.0git
Functions | Variables
issue-69733.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <omp.h>

Go to the source code of this file.

Functions

void inc_a ()
 
void root_team_detached ()
 
void root_team_hidden_helpers ()
 
void parallel_detached (int nth1)
 
void parallel_hidden_helpers (int nth1)
 
void nested_parallel_detached (int nth1, int nth2)
 
void nested_parallel_hidden_helpers (int nth1, int nth2)
 
int main ()
 

Variables

int a
 

Function Documentation

◆ inc_a()

void inc_a ( )

◆ main()

int main ( void  )

◆ nested_parallel_detached()

void nested_parallel_detached ( int  nth1,
int  nth2 
)

Definition at line 72 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

◆ nested_parallel_hidden_helpers()

void nested_parallel_hidden_helpers ( int  nth1,
int  nth2 
)

Definition at line 98 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

◆ parallel_detached()

void parallel_detached ( int  nth1)

Definition at line 39 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

◆ parallel_hidden_helpers()

void parallel_hidden_helpers ( int  nth1)

Definition at line 58 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

◆ root_team_detached()

void root_team_detached ( )

Definition at line 14 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

◆ root_team_hidden_helpers()

void root_team_hidden_helpers ( )

Definition at line 26 of file issue-69733.c.

References a, and inc_a().

Referenced by main().

Variable Documentation

◆ a

int a