|
LLVM OpenMP
|
Go to the source code of this file.
Macros | |
| #define | KMP_INVOKE_MICROTASK_CASE(N) |
Typedefs | |
| template<size_t> | |
| using | microtask_argument_t = void * |
Functions | |
| template<size_t... Indices> | |
| static void | invokeMicrotask (microtask_t pkfn, int *gtid, int *tid, void *p_argv[], std::index_sequence< Indices... >) |
| int | __kmp_invoke_microtask (microtask_t pkfn, int gtid, int tid, int argc, void *p_argv[]) |
| #define KMP_INVOKE_MICROTASK_CASE | ( | N | ) |
Referenced by __kmp_invoke_microtask().
| using microtask_argument_t = void * |
Definition at line 10 of file kmp_invoke_microtask.cpp.
Definition at line 25 of file kmp_invoke_microtask.cpp.
References KMP_INVOKE_MICROTASK_CASE, and OMPT_GET_FRAME_ADDRESS.
Referenced by __kmp_fork_in_teams(), __kmp_invoke_task_func(), __kmp_serial_fork_call(), and __kmpc_fork_call_if().
|
static |
Definition at line 13 of file kmp_invoke_microtask.cpp.
References void.