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

Go to the source code of this file.

Typedefs

typedef voidident_t
typedef voidkmpc_micro
typedef int32_t kmp_int32

Functions

void __kmpc_fork_call_if (ident_t *loc, kmp_int32 argc, kmpc_micro microtask, kmp_int32 cond, void *args)
void microtask (int *global_tid, int *bound_tid)
int main ()

Typedef Documentation

◆ ident_t

typedef void* ident_t

Definition at line 7 of file omp__kmpc_fork_call_if.c.

◆ kmp_int32

◆ kmpc_micro

typedef void* kmpc_micro

Definition at line 8 of file omp__kmpc_fork_call_if.c.

Function Documentation

◆ main()

int main ( void )

Definition at line 30 of file omp__kmpc_fork_call_if.c.

References __kmpc_fork_call_if(), and microtask().

◆ microtask()