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

Go to the source code of this file.

Classes

struct  DEP
struct  ID

Typedefs

typedef struct DEP _dep
typedef struct ID _id

Functions

int __kmpc_global_thread_num (_id *)
void __kmpc_omp_wait_deps (_id *, int, int, _dep *, int, _dep *)
int main ()

Typedef Documentation

◆ _dep

typedef struct DEP _dep

◆ _id

typedef struct ID _id

Function Documentation

◆ __kmpc_global_thread_num()

int __kmpc_global_thread_num ( _id * )
extern

Referenced by main().

◆ __kmpc_omp_wait_deps()

void __kmpc_omp_wait_deps ( _id * ,
int ,
int ,
_dep * ,
int ,
_dep *  )
extern

Referenced by main().

◆ main()