LLVM OpenMP 20.0.0git
Functions | Variables
detach_nested_task.c File Reference
#include <omp.h>
#include <stdio.h>
#include "omp_my_sleep.h"

Go to the source code of this file.

Functions

int foo (int n)
 
int main ()
 

Variables

intbuf
 

Function Documentation

◆ foo()

int foo ( int  n)

Definition at line 22 of file detach_nested_task.c.

References event, i, j, my_sleep(), and ret.

◆ main()

int main ( void  )

Definition at line 53 of file detach_nested_task.c.

References foo(), and ret.

Variable Documentation

◆ buf

int* buf

Definition at line 20 of file detach_nested_task.c.