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

Go to the source code of this file.

Functions

void mutexinoutset_task ()
 
int main (int argc, char **argv)
 

Variables

int a
 
int b
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file omp50_taskdep_depobj.c.

References a, b, mutexinoutset_task(), and my_sleep().

◆ mutexinoutset_task()

void mutexinoutset_task ( )

Definition at line 13 of file omp50_taskdep_depobj.c.

References b, and my_sleep().

Referenced by main().

Variable Documentation

◆ a

int a

Definition at line 11 of file omp50_taskdep_depobj.c.

Referenced by main().

◆ b

int b

Definition at line 11 of file omp50_taskdep_depobj.c.

Referenced by main(), and mutexinoutset_task().