LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <omp.h>
Go to the source code of this file.
Typedefs | |
typedef void * | ident_t |
typedef void * | kmpc_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 () |
Definition at line 7 of file omp__kmpc_fork_call_if.c.
Definition at line 6 of file omp__kmpc_fork_call_if.c.
typedef void* kmpc_micro |
Definition at line 8 of file omp__kmpc_fork_call_if.c.
Definition at line 30 of file omp__kmpc_fork_call_if.c.
References __kmpc_fork_call_if(), and microtask().
Definition at line 21 of file omp__kmpc_fork_call_if.c.
Referenced by __kmp_fork_call(), __kmp_fork_in_teams(), __kmp_is_fork_in_teams(), __kmp_serial_fork_call(), __kmpc_fork_call(), __kmpc_fork_call_if(), __kmpc_fork_teams(), and main().